PermissionCheckResults Enumeration
The PermissionCheckResults enumeration specifies the lists on which an Internet Protocol (IP) address is found.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration PermissionCheckResults
'Usage
Dim instance As PermissionCheckResults
[FlagsAttribute]
public enum PermissionCheckResults
Members
| Member name | Description | |
|---|---|---|
| None | The specified IP address is not on the Allow list or the Deny list. | |
| Allow | The specified IP address is on the Allow list. | |
| AdministratorDeny | ||
| MachineDeny | ||
| Deny | The specified IP address is on the Deny list. |