Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the recipients associated with the inbound fax message. This property is a null-terminated string.
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><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 |