MeetingRequestMessageType.Recurrence Property

Definition

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.

public:
 property ExchangeWebServices::RecurrenceType ^ Recurrence { ExchangeWebServices::RecurrenceType ^ get(); void set(ExchangeWebServices::RecurrenceType ^ value); };
public ExchangeWebServices.RecurrenceType Recurrence { get; set; }
Public Property Recurrence As RecurrenceType

Property Value

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.

Applies to