MeetingRequestMessageType.LastOccurrence Property

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.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property LastOccurrence As OccurrenceInfoType
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As OccurrenceInfoType

value = instance.LastOccurrence

instance.LastOccurrence = value
public OccurrenceInfoType LastOccurrence { get; set; }

Property Value

Type: ExchangeWebServices.OccurrenceInfoType
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.