CalendarItemType.FirstOccurrence Property

Definition

The FirstOccurrence property gets or sets one of the valid OccurrenceInfoType enumeration values that represents the first occurrence of a recurring calendar item.

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

Property Value

The FirstOccurrence property returns one of the valid OccurrenceInfoType enumeration values that represents the first occurrence of a recurring calendar item.

Remarks

This property is valid if the RecurringMaster value is specified for the CalendarItemType1 property.

Applies to