Share via


FaxSecurity.GrantedRights property

The GrantedRights property is a combination of the fax server access rights granted to the user referencing this property. For example, some users have permission to submit fax jobs with high priority while others have permission to submit jobs with normal or low priority only.

This property is read-only.

Syntax

Property GrantedRights As Integer

Property value

A variable of type FAX_ACCESS_RIGHTS_ENUM that receives the bitwise combination of access rights granted to the user. For possible values, see FAX_ACCESS_RIGHTS_ENUM.

Remarks

The GrantedRights property reflects rights granted by the fax server, while the Descriptor property represents the security descriptor, which contains the rights explicitly granted to a user by the fax administrator.

To read this property, a user must have the farQUERY_CONFIG access right.

Requirements

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

See also

FaxSecurity

IFaxSecurity