Share via


CalendarItemType.FirstOccurrence Property

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

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

Syntax

'Declaration
Public Property FirstOccurrence As OccurrenceInfoType
    Get
    Set
'Usage
Dim instance As CalendarItemType
Dim value As OccurrenceInfoType

value = instance.FirstOccurrence

instance.FirstOccurrence = value
public OccurrenceInfoType FirstOccurrence { get; set; }

Property Value

Type: ExchangeWebServices.OccurrenceInfoType
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.