AdrEmailFlags enumeration (fsrmenums.h)

Describes the options for access denied remediation (ADR) email.

Syntax

typedef enum _AdrEmailFlags {
  AdrEmailFlags_PutDataOwnerOnToLine = 0x1,
  AdrEmailFlags_PutAdminOnToLine = 0x2,
  AdrEmailFlags_IncludeDeviceClaims = 0x4,
  AdrEmailFlags_IncludeUserInfo = 0x8,
  AdrEmailFlags_GenerateEventLog = 0x10
} AdrEmailFlags;

Constants

 
AdrEmailFlags_PutDataOwnerOnToLine
Value: 0x1
The ADR email will include the owner on the To: line.
AdrEmailFlags_PutAdminOnToLine
Value: 0x2
The ADR email will include the administrator on the To: line.
AdrEmailFlags_IncludeDeviceClaims
Value: 0x4
The ADR email will include the device claims.
AdrEmailFlags_IncludeUserInfo
Value: 0x8
The ADR email will include the user information.
AdrEmailFlags_GenerateEventLog
Value: 0x10
When the ADR email is sent, an entry will be added to the event log.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Header fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h)

See also

FSRM Enumerations