TaskType.IsRecurring Property
The IsRecurring property gets or sets a Boolean value that indicates whether the task is part of a recurring task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsRecurring As Boolean
Get
Set
'Usage
Dim instance As TaskType
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 task is part of a recurring task; otherwise, the property returns false.
See Also