다음을 통해 공유


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

IRecurrencePattern Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property ByPosition As IIntegers
HRESULT get_ByPosition(IIntegers** pVal);

Parameters

Remarks

This property is stored as an integer collection using the IIntegers Interface. Valid values are 1 to 366 and -1 to -366.