Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns the ICalendarParts interface on the implementing object.
The ICalendarParts interface is used to obtain the calendar parts in a message being processed. This interface can also be used to add multiple appointments to a meeting request being created.
The calendar parts can be within the same body part or from different body parts in a message.
[Visual Basic,VBScript] Property CalendarParts As ICalendarParts read-only [C++] HRESULT get_CalendarParts(ICalendarParts** pVal); [IDL] HRESULT [propget] CalendarParts([out,retval] ICalendarParts** pVal);