IFaxRecipients interface (faxcomex.h)
The IFaxRecipients interface defines a 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.
Inheritance
The IFaxRecipients interface inherits from the IDispatch interface. IFaxRecipients also has these types of members:
Methods
The IFaxRecipients interface has these methods.
IFaxRecipients::Add The IFaxRecipients::Add method adds a new FaxRecipient object to the FaxRecipients collection. |
IFaxRecipients::get__NewEnum The IFaxRecipients::get__NewEnum method returns a reference to an enumerator object that you can use to iterate through the FaxRecipients collection. |
IFaxRecipients::get_Count The IFaxRecipients::get_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. |
IFaxRecipients::get_Item The Item method returns a FaxRecipient object from the FaxRecipients collection. |
IFaxRecipients::Remove The IFaxRecipients::Remove method removes an item from the FaxRecipients collection. |
Remarks
A default implementation of IFaxRecipients is provided as the FaxRecipients object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |