CalendarItemTypeType Enumeration
The CalendarItemTypeType enumeration identifies the type of a calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration CalendarItemTypeType
'Usage
Dim instance As CalendarItemTypeType
[SerializableAttribute]
public enum CalendarItemTypeType
Members
| Member name | Description | |
|---|---|---|
| Single | Specifies that the item is not associated with a recurring calendar item. | |
| Occurrence | Specifies that the item is an occurrence of a recurring calendar item. | |
| Exception | Specifies that the item is an exception to a recurring calendar item. | |
| RecurringMaster | Specifies that the item is the master that contains the recurrence pattern for a calendar item. |
Remarks
This enumeration is used by the CalendarItemType1 property of the CalendarItemType object and the CalendarItemType property of the MeetingRequestMessageType object.