MeetingRequestMessageType.FirstOccurrence Property
The FirstOccurrence property gets or sets an instance of the OccurrenceInfoType class that represents the first 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 FirstOccurrence As OccurrenceInfoType
Get
Set
'Usage
Dim instance As MeetingRequestMessageType
Dim value As OccurrenceInfoType
value = instance.FirstOccurrence
instance.FirstOccurrence = value
public OccurrenceInfoType FirstOccurrence { get; set; }
Property Value
Type: ExchangeWebServices.OccurrenceInfoType
The FirstOccurrence property returns an instance of the OccurrenceInfoType class that represents the first occurrence of the meeting that is associated with this instance of the MeetingRequestMessageType class.
Remarks
This property is valid if the meeting that is associated with this instance of the MeetingRequestMessageType class is recurring.
See Also