FaxAccountSet object
Represents the set of all fax accounts on the server. It provides methods for adding, removing, and retrieving fax accounts.
Members
The FaxAccountSet object has these types of members:
Methods
The FaxAccountSet object has these methods.
Method | Description |
---|---|
AddAccount | Adds a fax account to the fax server and returns the new IFaxAccount object. |
GetAccount | Returns an IFaxAccount object by using the account name. |
GetAccounts | Returns an IFaxAccounts object that represents all the fax accounts on the fax server. |
RemoveAccount | Removes a fax account from the fax server. |
Remarks
To create a FaxAccountSet object in Microsoft Visual Basic, call the FaxAccountSet property of the IFaxServer2 interface.
To create a FaxAccountSet object in C++, call the FaxAccountSet method.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxAccountSet |
See also