Platform SDK: Exchange 2000 Server |
[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.
urn:schemas:calendar:instancetype
CdoCalendar.cdoInstanceType
[Visual Basic] Long
[C++] long
DBTYPE_I4
cdoMaster