IRTCMessagingEvent::get_MessageHeader

The get_MessageHeader property returns the header with the content type, as sent by the remote user.

HRESULT get_MessageHeader(BSTR*pbstrMessageHeader);

Parameters

  • pbstrMessageHeader
    [out] Pointer to a BSTR containing the message header.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
RTC_E_NOT_EXIST No header.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCMessagingEvent is defined as d3609541-1b29-4de5-a4ad-5aebaf319512.

See Also

IRTCMessagingEvent, IRTCMessagingEvent::get_Message