IFaxAccounts interface (faxcomex.h)
Represents the collection of fax accounts on the fax server. It provides methods and properties for enumerating the accounts, retrieving a particular account, and reporting the total number of accounts.
Inheritance
The IFaxAccounts interface inherits from the IDispatch interface. IFaxAccounts also has these types of members:
Methods
The IFaxAccounts interface has these methods.
IFaxAccounts::get_Count Holds the number of items in the IFaxAccounts collection. |
IFaxAccounts::get_Item Returns a FaxAccount object from a FaxAccounts collection. |
Remarks
A default implementation of IFaxAccounts is provided as the FaxAccounts object. The interface and the object are supported only on Windows Vista or later.
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 |