Platform SDK: Exchange 2000 Server

Add Method

[This is preliminary documentation and subject to change.]

Adds a new CalendarPart object to the collection.

[Visual Basic,VBScript]
Sub Add(CalendarPart As Unknown, ComponentType As CdoComponentType)
[C++]
HRESULT Add(IUnknown* CalendarPart, CdoComponentType ComponentType);
[IDL]
HRESULT Add([in] IUnknown* CalendarPart, [in] CdoComponentType ComponentType);
CalendarPart
A reference to a CalendarPart object.
CdoComponentType
The type of CDO component from the CdoComponentType enumeration.

Remarks