IFaxIncomingMessage2::get_Subject method (faxcomex.h)

The Subject property contains the subject associated with the inbound fax message. This property is a null-terminated string.

Note  This property is supported only in Windows Vista and later.
 
This property is read/write.

Syntax

HRESULT get_Subject(
  BSTR *pbstrSubject
);

Parameters

pbstrSubject

Return value

None

Remarks

A received message starts with a null value for the subject when it arrives. It can be given a subject by a routing assistant when it is reassigned.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxIncomingMessage

IFaxIncomingMessage2