PermissionCheckResults enumeration
The PermissionCheckResults enumeration specifies the lists on which an Internet Protocol (IP) address is found.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Enumeration PermissionCheckResults
'Usage
Dim instance As PermissionCheckResults
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 | The specified IP address is on the deny list and was created by the Exchange server administrator. | |
MachineDeny | The specified IP address is on the deny list and was created by a source other than the Exchange server administrator (for example, an IP reputation service). | |
Deny | The specified IP address is on the Deny list. |