Platform SDK: Exchange 2000 Server

RecurrencePatterns Property

[This is preliminary documentation and subject to change.]

Returns an IRecurrencePatterns collection of recurring information for a recurring appointment.

[Visual Basic,VBScript]
Property RecurrencePatterns As IRecurrencePatterns
read-only
[C++]
HRESULT get_RecurrencePatterns(IRecurrencePatterns** pVal);
[IDL]
HRESULT [propget] RecurrencePatterns([out,retval] IRecurrencePatterns** pVal);

Remarks