Platform SDK: Exchange 2000 Server

ByPosition Property

[This is preliminary documentation and subject to change.]

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.

[Visual Basic,VBScript]
Property ByPosition As IIntegers
Read-Only
[C++]
HRESULT get_ByPosition(IIntegers* pVal);
[IDL]
HRESULT [propget] ByPosition([out,retval] 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.