CalendarItemTypeType Enum

Definition

The CalendarItemTypeType enumeration identifies the type of a calendar item.

public enum class CalendarItemTypeType
public enum CalendarItemTypeType
Public Enum CalendarItemTypeType
Inheritance
CalendarItemTypeType

Fields

Exception 2

Specifies that the item is an exception to a recurring calendar item.

Occurrence 1

Specifies that the item is an occurrence of a recurring calendar item.

RecurringMaster 3

Specifies that the item is the master that contains the recurrence pattern for a calendar item.

Single 0

Specifies that the item is not associated with a recurring calendar item.

Remarks

This enumeration is used by the CalendarItemType1 property of the CalendarItemType object and the CalendarItemType property of the MeetingRequestMessageType object.

Applies to