FaxIncomingMessage.Recipients property

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

Property Recipients As String

Property value

A list of the recipients of the inbound fax message.

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

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

FaxIncomingMessage

IFaxIncomingMessage2