MeetingRequestMessageType.FirstOccurrence 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 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.
public:
property ExchangeWebServices::OccurrenceInfoType ^ FirstOccurrence { ExchangeWebServices::OccurrenceInfoType ^ get(); void set(ExchangeWebServices::OccurrenceInfoType ^ value); };
public ExchangeWebServices.OccurrenceInfoType FirstOccurrence { get; set; }
Public Property FirstOccurrence As OccurrenceInfoType
Property Value
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.