MeetingRequestMessageType.LastOccurrence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The LastOccurrence property gets or sets an instance of the OccurrenceInfoType class that represents the last occurrence of the meeting that is associated with this instance of the MeetingRequestMessageType class.
public:
property ExchangeWebServices::OccurrenceInfoType ^ LastOccurrence { ExchangeWebServices::OccurrenceInfoType ^ get(); void set(ExchangeWebServices::OccurrenceInfoType ^ value); };
public ExchangeWebServices.OccurrenceInfoType LastOccurrence { get; set; }
Public Property LastOccurrence As OccurrenceInfoType
Property Value
The LastOccurrence property returns an instance of the OccurrenceInfoType class that represents the last occurrence of the meeting that is associated with this instance of the MeetingRequestMessageType class.