An access control record
Inheritance Hierarchy
IMailAPI_NETAccessControlRecord
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The AccessControlRecord type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AccessControlRecord | Initializes a new instance of the AccessControlRecord class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Attempts |
The number of login attempts
| |
| Blocked |
Is the address being blocked
| |
| Comment |
A comment field
| |
| ExpirationTime |
The expiration time
| |
| Expires |
Does the record expire
| |
| IPAddress |
The IP address
| |
| IPAddressMask |
The IP address mask
|
See Also