Platform SDK: Exchange 2000 Server

PatternEndDate Property

[This is preliminary documentation and subject to change.]

The date and time that the recurrence pattern terminates.

[Visual Basic,VBScript]
Property PatternEndDate As Date
[C++]
HRESULT get_PatternEndDate(DATE* pVal);
HRESULT put_PatternEndDate(DATE Val);
[IDL]
HRESULT [propget] PatternEndDate([out,retval] DATE* pVal);
HRESULT [proput] PatternEndDate([in] DATE Val);

Remarks

Recurrence patterns in CDO can have more than one instance a day. To include all possible instances on a given date, specify the PatternEndDate value as 11:59:59 PM on that date.