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.
The FaxRecipients messaging collection is used by a fax client application to manage the fax recipient objects (FaxRecipient) that represent the recipients of a single fax document. The collection also includes methods to add and remove recipients.
Members
The FaxRecipients object has these types of members:
Methods
The FaxRecipients object has these methods.
Method | Description |
---|---|
Add | The Add method adds a new FaxRecipient object to the FaxRecipients collection. |
Remove | The Remove method removes an item from the FaxRecipients collection. |
Properties
The FaxRecipients object has these properties.
Property | Access type | Description |
---|---|---|
Count |
Read-only |
The Count property represents the number of objects in the FaxRecipients collection. This is the total number of recipients associated with the fax server or fax document. |
Item |
Read-only |
The Item property returns a FaxRecipient object from the FaxRecipients collection. |
Remarks
A FaxRecipients collection is accessed through a FaxDocument object.
To create a FaxRecipients object in Microsoft Visual Basic, call the Recipients property of the object.
To create a FaxRecipients object in C++, call the Recipients method.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxRecipients |