ByPosition Property
Topic Last Modified: 2006-06-13
The relative position of the instance in a recurrence pattern. For example, in a monthly recurrence pattern, a ByPosition value of -1 indicates the last day of the month. This property is read-only.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property ByPosition As IIntegers
HRESULT get_ByPosition(IIntegers** pVal);
Remarks
This property is stored as an integer collection using the IIntegers Interface. Valid values are 1 to 366 and -1 to -366.