FaxRecipient object

The FaxRecipient messaging object is used by a fax client application to retrieve and set the personal information for fax recipients.

Members

The FaxRecipient object has these types of members:

Properties

The FaxRecipient object has these properties.

Property Access type Description
FaxNumber
Read/write
The FaxNumber property is a null-terminated string that contains the fax number associated with the recipient.
Name
Read/write
The Name property is a null-terminated string that contains the name of the recipient.

 

Remarks

A FaxRecipient object is accessed through a FaxRecipients, FaxOutgoingJob, or FaxOutgoingMessage object.

faxoutgoingmessage, faxrecipients, faxoutgoingjob, and faxrecipient objects

To create a FaxRecipient object in Microsoft Visual Basic, call the Recipients property of the FaxDocument object, the Add method of the FaxRecipients object, the Recipient property of the FaxOutgoingJob object, or the Recipient property of the FaxOutgoingMessage object.

To create a FaxRecipient object in C++, call the Recipients, Add, Recipient, or Recipient method.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxRecipient