RecurrenceID Property
Topic Last Modified: 2006-06-13
Returns the starting date and time of an appointment instance being deleted or modified.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property RecurrenceID As Date
HRESULT get_RecurrenceID(DATE* pVal);HRESULT put_RecurrenceID(DATE Val);
Parameters
- pVal
Returns the value of the RecurrenceID property as a reference to a DATE.
- Val
Sets the value of the RecurrenceID property to the value of the DATE.