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:

A FaxAccountFolders object is accessed through a FaxAccount object.

faxaccount, faxaccountfolders, and subordinate objects to faxaccountfolders

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
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxAccountFolders

See also

Fax Service object hierarchy

IFaxAccountFolders