FaxFolders object

The FaxFolders configuration object is used by a fax client application to access the folders, queued jobs, and archived messages on a fax server.

Members

The FaxFolders object has these types of members:

Properties

The FaxFolders object has these properties.

Property Access type Description
IncomingArchive
Read-only
The IncomingArchive property represents the archive of incoming faxes.
IncomingQueue
Read-only
The IncomingQueue property represents the queue of incoming faxes.
OutgoingArchive
Read-only
The OutgoingArchive property represents the archive of outgoing faxes.
OutgoingQueue
Read-only
The OutgoingQueue property represents the queue of outgoing faxes.

 

Remarks

Use the FaxFolders object to create and access the following objects:

A FaxFolders object is accessed through a FaxServer object.

faxserver, faxfolders, and subordinate objects to faxfolders

To create a FaxFolders object in Microsoft Visual Basic, call the Folders property of the FaxServer object.

To create a FaxFolders object in C++, call the Folders method.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxFolders

See also

Fax Service object hierarchy

IFaxFolders