Platform SDK: Exchange 2000 Server

CdoPatternEndType Enum

[This is preliminary documentation and subject to change.]

The CdoPatternEndType enumeration is used to set the values of the EndType property of the IRecurrencePattern interface. It specifies how a recurring meeting pattern ends.

Name Value Description
cdoNoEndDate o The pattern never ends.
cdoEndByInstances 1 The pattern ends after a specified number of instances.
cdoEndByDate 2 The pattern ends after a specified date and time.

Remarks