MeetingRequestMessageType.IsRecurring Property

The IsRecurring property gets or sets a Boolean value that specifies whether the meeting that is associated with this instance of the MeetingRequestMessageType class is a recurring meeting.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property IsRecurring As Boolean
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
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 meeting that is associated with this instance of the MeetingRequestMessageType class is a recurring meeting; otherwise, the property returns false.