| Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Use the ICalendarMessage interface to create and process meeting requests.
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 | A reference to a Configuration object. This object defines the messaging configuration used by the CalendarMessage object. | |
| DataSource
(Read-only) |
[C++,IDL]IDataSource* |
Returns the IDataSource interface on the object. |
| Message
(Read-only) |
[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. |