Platform SDK: Exchange 2000 Server

ICalendarParts Interface

[This is preliminary documentation and subject to change.]

Defines properties and methods that enable access to a collection of CalendarPart COM objects.

When you create a meeting request, you can use the ICalendarParts interface to add multiple appointments to a single meeting request. When you process a received meeting request, you need to use the ICalendarParts interface to access each appointment, contained in a CalendarPart object, in the meeting request.

IID
CD000130-8B95-11D1-82DB-00C04FB1625D
Extends
IDispatch

Member Summary

Properties

Name Type Description
Count

(Read-only)

[Visual Basic,VBScript]Long

[C++,IDL] long

Returns the number of CalendarPart objects in the collection.
Item

(Read-only)

[Visual Basic,VBScript] ICalendarPart

[C++,IDL] ICalendarPart*

Returns a reference to an object at a given index in the collection.
_NewEnum

(Read-only)

[Visual Basic,VBScript] (Used in For Each In)

[C++,IDL] IUnknown*

Returns an IEnumVariant interface on an enumeration object. (This property is hidden from Microsoft® Visual Basic® and is used in For Each in constructs.)

Methods

Name Description
Add Adds a CalendarPart object to the collection.
Delete Removes the specified Calendar object from the collection.

Remarks

The collection index always ranges from 1 to the value returned by the Count property.