CalendarItemType.Recurrence Property
The Recurrence property gets or sets an instance of the RecurrenceType class that contains the recurrence pattern for calendar items and meeting requests.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Recurrence As RecurrenceType
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As RecurrenceType
value = instance.Recurrence
instance.Recurrence = value
public RecurrenceType Recurrence { get; set; }
Property Value
Type: ExchangeWebServices.RecurrenceType
The Recurrence property returns an instance of the RecurrenceType class that contains the recurrence pattern for calendar items and meeting requests.
See Also