CalendarItemType.IsRecurring Property
The IsRecurring property gets or sets a Boolean value that indicates whether a calendar item is part of a recurring item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsRecurring As Boolean
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean
value = instance.IsRecurring
instance.IsRecurring = value
public bool IsRecurring { get; set; }
Property Value
Type: System.Boolean
The IsRecurring property returns true if the calendar item is part of a recurring item; otherwise, the property returns false.
See Also