IFaxIncomingMessage2::get_Recipients method (faxcomex.h)

Contains the recipients 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_Recipients(
  BSTR *pbstrRecipients
);

Parameters

pbstrRecipients

Return value

None

Remarks

A received message starts with a null value for the recipients when it arrives. A list of recipients can be specified by a routing assistant when it is reassigned.

Each recipient is identified on the pattern of <DomainName>&lt;UserName>. A colon ":" separates each recipient. For local users, <DomainName> is the local computer name.

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