FaxSecurity2.GrantedRights property

Retrieves 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 Long

Property value

A Long that receives the bitwise combination of access rights granted to the user. For possible values, see FAX_ACCESS_RIGHTS_ENUM_2.

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 far2QUERY_CONFIG access right.

Requirements

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

See also

FaxSecurity2

IFaxSecurity2