MeetingRequestMessageType.FirstOccurrence Property

Definition

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.

Applies to