MeetingRequestMessageType.LastOccurrence Property

Definition

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.

Applies to