CalendarItemType.LastOccurrence Property
The LastOccurrence property gets or sets an instance of the OccurrenceInfoType class that represents the last occurrence of a recurring calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property LastOccurrence As OccurrenceInfoType
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As OccurrenceInfoType
value = instance.LastOccurrence
instance.LastOccurrence = value
public OccurrenceInfoType LastOccurrence { get; set; }
Property Value
Type: ExchangeWebServices.OccurrenceInfoType
The LastOccurrence property returns an instance of the OccurrenceInfoType class that represents the last occurrence of a recurring calendar item.
See Also