FaxAccounts object
Represents the collection of fax accounts on the fax server. It provides a default implementation of the IFaxAccounts interface.
Members
The FaxAccounts object has these types of members:
Properties
The FaxAccounts object has these properties.
Property | Access type | Description |
---|---|---|
Count |
Read-only |
Holds the number of items in the IFaxAccounts collection. |
Item |
Read-only |
Returns a FaxAccount object from a IFaxAccounts collection. |
NewEnum |
Read-only |
Holds the enumerator for the IFaxAccounts object. |
Remarks
To create a FaxAccounts object in Microsoft Visual Basic or C++, call the GetAccounts method of the FaxAccountSet object.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxAccounts |
See also