Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns the IMessage interface on this object. This property enables you to use all of the methods and properties of the IMessage interface with a CalendarMessage object.
[Visual Basic,VBScript] Property Message As IMessage read-only [C++] HRESULT get_Message(IMessage** pVal); [IDL] HRESULT [propget] Message([out,retval] IMessage** pVal);
This property returns the IMessage interface on the object. It also serves as shorthand for standard interface navigation techniques such as QueryInterface in C++, Set in Microsoft® Visual Basic®, casting in Java, and the IMessage::GetInterface method used by scripting languages.