IFaxAccountSet interface (faxcomex.h)
Provides methods for fax account management, including adding, removing, and retrieving fax accounts.
Inheritance
The IFaxAccountSet interface inherits from the IDispatch interface. IFaxAccountSet also has these types of members:
Methods
The IFaxAccountSet interface has these methods.
IFaxAccountSet::AddAccount Adds a fax account to the fax server and returns the new IFaxAccount object. |
IFaxAccountSet::GetAccount Returns an IFaxAccount object by using the account name. |
IFaxAccountSet::GetAccounts Returns an IFaxAccounts object that represents all the fax accounts on the fax server. |
IFaxAccountSet::RemoveAccount Removes a fax account from the fax server. |
Remarks
A default implementation of IFaxAccountSet is provided as the FaxAccountSet 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 |