CdoComponentType Enum
Topic Last Modified: 2006-06-13
The CdoComponentType enumeration is used with the ICalendarPart.ComponentType property to indicate whether the body part is an appointment. The ICalendarPart.ComponentType property is read-only.
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Values
Name | Value | Description |
---|---|---|
cdoComponentTypeUnknown |
0 |
The object type is unknown. |
cdoComponentTypeAppointment |
1 |
The object is an appointment. |