Share via


MeetingRequestMessageType.Recurrence Property

The Recurrence property gets or sets an instance of the RecurrenceType class that specifies the recurrence pattern for the meeting that is associated with this instance of the MeetingRequestMessageType class.

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

Syntax

'Declaration
Public Property Recurrence As RecurrenceType
    Get
    Set
'Usage
Dim instance As MeetingRequestMessageType
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 specifies the recurrence pattern for the meeting that is associated with this instance of the MeetingRequestMessageType class.