Platform SDK: Exchange 2000 Server

ICalendarMessage Interface

[This is preliminary documentation and subject to change.]

Use the ICalendarMessage interface to create and process meeting requests.

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

Member Summary

Properties

Name Type Description
CalendarParts

(Read-only)

[Visual Basic,VBScript] ICalendarParts

[C++,IDL] ICalendarParts*

Returns the ICalendarParts interface on the implementing object, obtaining a collection of all calendar parts in a message. The calendar parts obtained can be within the same body part or from different body parts in a message.
Configuration

IConfiguration

IConfiguration*

A reference to a Configuration object. This object defines the messaging configuration used by the CalendarMessage object.
DataSource

(Read-only)

IDataSource

[C++,IDL]IDataSource*

Returns the IDataSource interface on the object.
Message

(Read-only)

IMessage

[C++,IDL]IMessage*

Returns the IMessage interface on this object.

Methods

Name Description
GetInterface Returns a specified interface on this object. Acts as a QueryInterface or Set method for script languages.