Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Modifies the meaning of the RecurrenceID property to refer to multiple instances of a recurring meeting.
[Visual Basic,VBScript] Property RecurrenceIDRange as String [C++] HRESULT get_RecurrenceIDRange(BSTR* pVal); HRESULT put_RecurrenceIDRange(BSTR Val); [IDL] HRESULT [propget] RecurrenceIDRange([out,retval] BSTR* pVal); HRESULT [propput] RecurrenceIDRange([in] BSTR Val);
The value "ThisAndFuture" refers to the instance specified by the RecurrenceID property, and to all later instances of the recurring appointment. The value "ThisAndPrior" refers to the instance specified by the RecurrenceID property, and to all earlier instances of the recurring appointment. The default value is "None," which means the RecurrenceID property refers to a single instance.
Use constant values from CdoRecurrenceIdRangeValues.
Constant | Value |
---|---|
cdoNone | None |
cdoThisAndFuture | ThisAndFuture |
cdoThisAndPrior | ThisAndPrior |
This property is also available as the schema field recurrenceidrange.