Manangers the POP/IMAP access control list. Note this object is designed for
use in management applications. It does not contain the functionality of the
C++ classes
Inheritance Hierarchy
IMailAPI_NETAccessControlManager
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The AccessControlManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AccessControlManager |
Constructor
|
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.) | |
| Load |
Loads the file into memory
| |
| Save |
Save the file
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Grant |
Whether the file is a grant or deny file
| |
| Path |
The file path
| |
| Records |
The records in the file
| |
| Version |
The file version
|
See Also