FaxServer.Folders property
The Folders property accesses a FaxFolders configuration object. You can use the object to access the folders, jobs, and messages on a connected fax server.
This property is read-only.
Syntax
Property Folders As FaxFolders
Property value
A FaxFolders object.
Remarks
The folders that are accessible will depend on which privileges the user has. Users can always see their own inbound and outbound faxes. The tables below show what other faxes they can access depending on their privilege level.
Windows Server 2003
The user can view all fax messages in the incoming archive.
The user can manage all fax messages in the incoming archive.
The user can view all fax messages in the outgoing archive.
The user can manage all fax messages in the outgoing archive.
Windows Vista
The user can view and manage fax messages in the incoming archive that includes his own messages and unassigned messages.
farQUERY_IN_ARCHIVE or far2QUERY_ARCHIVES
The user can view all fax messages in the incoming archive, including his own messages, unassigned messages, and messages assigned to others.
farMANAGE_IN_ARCHIVE or far2MANAGE_ARCHIVES
The user can manage all fax messages in the incoming archive, including his own messages, unassigned messages, and messages assigned to others.
farQUERY_OUT_ARCHIVE or far2QUERY_OUT_JOBS
The user can view all fax messages in the outgoing archive, including his own messages, unassigned messages, and messages assigned to others.
farMANAGE_OUT_ARCHIVE or far2MANAGE_OUT_JOBS
The user can manage all fax messages in the outgoing archive, including his own messages, unassigned messages, and messages assigned to others.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also