Platform SDK: Exchange 2000 Server

Add Method

[This is preliminary documentation and subject to change.]

Adds a new RecurrencePattern object to the collection.

To add the appointment instances defined by this RecurrencePattern object to a recurring appointment, specify the Type parameter as "ADD." To delete the appointment instances defined by this RecurrencePattern object from a recurring appointment, specify the Type parameter as "DELETE."

[Visual Basic,VBScript]
Sub Add(Type As String) As IRecurrencePattern
[C++]
HRESULT Add(BSTR Type, IRecurrencePattern** pVal);
[IDL]
HRESULT Add(
[in] BSTR Type,
[out, retval] IRecurrencePattern** pVal);
);
Type

"ADD" or "DELETE"

Remarks

The Type value "ADD" corresponds to the iCalendar RRULE. The Type value "DELETE" corresponds to the iCalendar EXRULE.