2.2.79 FAX_SPECIFIC_ACCESS_RIGHTS_2

The FAX_SPECIFIC_ACCESS_RIGHTS_2 enumeration defines specific access rights, which provide security when users query and manage fax jobs, fax devices, and fax document. The access rights specified below define access rights in addition to those specified in FAX_SPECIFIC_ACCESS_RIGHTS (section 2.2.21).

 typedef  enum 
 {
   FAX_ACCESS_QUERY_OUT_JOBS = 0x0008,
   FAX_ACCESS_MANAGE_OUT_JOBS = 0x0010,
   FAX_ACCESS_QUERY_ARCHIVES = 0x0080,
   FAX_ACCESS_MANAGE_ARCHIVES = 0x0100,
   FAX_ACCESS_MANAGE_RECEIVE_FOLDER = 0x0200,
   FAX_GENERIC_READ_2 = FAX_ACCESS_QUERY_CONFIG | FAX_ACCESS_MANAGE_RECEIVE_FOLDER,
   FAX_GENERIC_WRITE_2 = FAX_ACCESS_MANAGE_CONFIG,
   FAX_GENERIC_EXECUTE_2 = FAX_ACCESS_SUBMIT,
   FAX_GENERIC_ALL_2 = FAX_ACCESS_SUBMIT          | FAX_ACCESS_SUBMIT_NORMAL |                                           FAX_ACCESS_SUBMIT_HIGH     | FAX_ACCESS_QUERY_OUT_JOBS |
    FAX_ACCESS_MANAGE_OUT_JOBS | FAX_ACCESS_QUERY_CONFIG |
    FAX_ACCESS_MANAGE_CONFIG   | FAX_ACCESS_QUERY_ARCHIVES |
    FAX_ACCESS_MANAGE_ARCHIVES
 } FAX_SPECIFIC_ACCESS_RIGHTS_2;

FAX_ACCESS_QUERY_OUT_JOBS: The user MAY view all the outgoing jobs in the server's queue.

FAX_ACCESS_MANAGE_OUT_JOBS: The user MAY manage all the outgoing jobs in the server's queue.

FAX_ACCESS_QUERY_ARCHIVES: The user MAY view all the messages (Inbox and Sent Items) in the server's archive.

FAX_ACCESS_MANAGE_ARCHIVES: The user MAY manage all the messages (Inbox and Sent Items) in the server's archive.

FAX_ACCESS_MANAGE_RECEIVE_FOLDER: The user MAY view and manage the server's incoming queue.

FAX_GENERIC_READ_2: Access rights needed to read faxes.

FAX_GENERIC_WRITE_2: Access rights needed to write faxes.

FAX_GENERIC_EXECUTE_2: Access rights needed to execute faxes.

FAX_GENERIC_ALL_2: All access rights.