FaxAccountFolders object
Used by a fax client application to access the folders, queued jobs, and archived messages for a particular fax account.
Members
The FaxAccountFolders object has these types of members:
Properties
The FaxAccountFolders object has these properties.
Property | Access type | Description |
---|---|---|
IncomingArchive |
Read-only |
Represents the archive of incoming faxes for a particular fax account. These are the faxes that have been received. |
IncomingQueue |
Read-only |
Represents the queue of incoming faxes for a particular fax account. These are the incoming faxes that have not yet been fully processed. |
OutgoingArchive |
Read-only |
Represents the archive of outgoing faxes for a particular fax account that have been sent. |
OutgoingQueue |
Read-only |
Represents the queue of outgoing faxes for a particular fax account. These are the faxes that have not yet been sent. |
Remarks
Use the FaxAccountFolders object to create and access the following objects:
- FaxAccountIncomingArchive, which is the archive of inbound fax messages received successfully by the fax service for a particular user account.
- FaxAccountIncomingQueue, which is the queue of inbound fax jobs for a particular user account.
- FaxAccountOutgoingArchive, which is the archive of outbound fax messages sent successfully by the fax service for a particular user account.
- FaxAccountOutgoingQueue, which is the queue of outbound fax jobs for a particular user account.
A FaxAccountFolders object is accessed through a FaxAccount object.
To create a FaxAccountFolders object in Microsoft Visual Basic, call the Folders property of the FaxAccount object.
To create a FaxAccountFolders object in C++, call the Folders method.
Requirements
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxAccountFolders |
See also