Share via


Message Property

Topic Last Modified: 2006-06-13

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. It is read-only.

Applies To

ICalendarMessage Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Message As CDO.Message
HRESULT get_Message(IMessage** pVal);

Parameters

Remarks

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.