CalendarItemType.Recurrence Property

Definition

The Recurrence property gets or sets an instance of the RecurrenceType class that contains the recurrence pattern for calendar items and meeting requests.

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 contains the recurrence pattern for calendar items and meeting requests.

Applies to