CalendarItemType.IsRecurringSpecified Property
The IsRecurringSpecified property gets or sets a Boolean value that specifies whether the IsRecurring property is serialized into the SOAP request. This property is required if the IsRecurring property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsRecurringSpecified As Boolean
Get
Set
'Usage
Dim instance As CalendarItemType
Dim value As Boolean
value = instance.IsRecurringSpecified
instance.IsRecurringSpecified = value
public bool IsRecurringSpecified { get; set; }
Property Value
Type: System.Boolean
The IsRecurringSpecified property returns true if the IsRecurring property is serialized into the SOAP request; otherwise, the property returns false.
See Also