recurrenceidrange Field
Topic Last Modified: 2006-06-13
The recurrenceidrange field specifies which instances of a recurring appointment the recurrenceid Field refers to. 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 that the recurrenceid field refers to a single instance.
Full Name
urn:schemas:calendar:recurrenceidrange
Content Class
Named Constant
CdoCalendar.cdoRecurrenceIdRange
Variant Subtype
String
BSTR
OLE DB Type
DBTYPE_WSTR
Remarks
CdoRecurrenceIdRangeValues lists the following possible values of this field.
Constant | Value |
---|---|
cdoNone |
None |
cdoThisAndFuture |
ThisAndFuture |
cdoThisAndPrior |
ThisAndPrior |
Note
This field is valid only for Exception objects. Collaboration Data Objects (CDO) clears the value of this field if you specify it for other objects.
Example
cdoThisAndFuture