CalendarItemType.LastOccurrence Property

Definition

The LastOccurrence property gets or sets an instance of the OccurrenceInfoType class that represents the last occurrence of a recurring calendar item.

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 a recurring calendar item.

Applies to