Platform SDK: Exchange 2000 Server

instancetype Field

[This is preliminary documentation and subject to change.]

Indicates the type of appointment: single appointment, master recurring appointment, instance of a recurring appointment, or exception to a recurring appointment. These values are described by the CdoInstanceType enumeration.

Do not change this value.

Note

The value of the instancetype field is not always correct. If instancetype is cdoMaster, but there are no items with Type=ADD in either the Recurrence Patterns or Exceptions collections, then the correct value is cdoSingle. When the appointment is saved, instancetype is set to cdoSingle.

If the instancetype is cdoSingle, but there is at least one item with Type=ADD in either the Recurrence Patterns or Exceptions collections, then the correct value is cdoMaster. When the appointment is saved, instancetype is set to cdoMaster.

If the instancetype is cdoInstance or cdoException, the instancetype value is always correct.

Full Name

urn:schemas:calendar:instancetype

Name Constant

CdoCalendar.cdoInstanceType

Variant Sub Type

[Visual Basic] Long

[C++] long

OLE DB Type

DBTYPE_I4

Example

cdoMaster