ICalendarParts Interface

Topic Last Modified: 2006-06-13

Defines properties and methods that enable access to a collection of CalendarPart Component Object Model (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.

CLSID

CD000130-8B95-11D1-82DB-00C04FB1625D

Extends

IDispatch

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Member Summary

The following table lists the properties of the ICalendarParts interface.

Name Description

_NewEnum

Returns an IEnumVariant interface on an enumeration object for the collection. This property is hidden from Microsoft® Visual Basic® and Visual Basic Scripting Edition (VBScript).

Count

Returns the number of CalendarPart objects in the collection. This property is read-only.

Item

Returns the CalendarPart object specified by the index. This property is read-only.

The following table lists the methods of the ICalendarParts interface.

Name Description

Add

Adds a new CalendarPart object to the collection.

Delete

Removes the specified CalendarPart object from the collection.

Remarks

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