CalendarItemTypeType Enum
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 CalendarItemTypeType enumeration identifies the type of a calendar item.
public enum class CalendarItemTypeType
public enum CalendarItemTypeType
Public Enum CalendarItemTypeType
- Inheritance
-
CalendarItemTypeType
Fields
Name | Value | Description |
---|---|---|
Single | 0 | Specifies that the item is not associated with a recurring calendar item. |
Occurrence | 1 | Specifies that the item is an occurrence of a recurring calendar item. |
Exception | 2 | Specifies that the item is an exception to a recurring calendar item. |
RecurringMaster | 3 | 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.