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:
- FaxIncomingArchive, which is the archive of inbound fax messages received successfully by the fax service
- FaxIncomingQueue, which is the queue of inbound fax jobs
- FaxOutgoingArchive, which is the archive of outbound fax messages sent successfully by the fax service
- FaxOutgoingQueue, which is the queue of outbound fax jobs
A FaxFolders object is accessed through a FaxServer object.
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 |
|
DLL |
|
IID |
CLSID_FaxFolders |
See also