CalendarItemType.FirstOccurrence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.