Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Specifies how a recurring pattern ends.
[Visual Basic,VBScript] Property EndType As CdoPatternEndType [C++] HRESULT get_EndType(CdoPatternEndType * pVal); HRESULT put_EndType(CdoPatternEndType Val); [IDL] HRESULT [propget] EndType([out,retval] CdoPatternEndType * pVal); HRESULT [proput] EndType([in] CdoPatternEndType Val);
The CdoPatternEndType enumeration is used to set this property and is as follows:
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. |