Platform SDK: Exchange 2000 Server

recurrenceidrange Field

[This is preliminary documentation and subject to change.]

Modifies the meaning of the recurrenceid field to refer to multiple instances of a recurring meeting. The value "ThisAndFuture" refers to the instance specified by the recurrenceid field, and to all later instances of the recurring appointment. The value "ThisAndPrior" refers to the instance specified by the recurrenceid field, and to all earlier instances of the recurring appointment. The default value is "None," which means the recurrenceid field refers to a single instance.

Full Name

urn:schemas:calendar:recurrenceidrange

Name Constant

CdoCalendar.cdoRecurrenceIdRange

Variant Sub Type

[Visual Basic] String

[C++] BSTR

OLE DB Type

DBTYPE_WSTR

Remarks

Use constant values from CdoRecurrenceIdRangeValues.

Constant Value
cdoNone None
cdoThisAndFuture ThisAndFuture
cdoThisAndPrior ThisAndPrior

This field is valid only for Exception objects. CDO clears the value of this field if you specify it for other objects.

Example

cdoThisAndFuture