AccessControlManager ClassIpswitch.Messaging.Framework
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

SystemObject
  IMailAPI_NETAccessControlManager

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public class AccessControlManager

The AccessControlManager type exposes the following members.

Constructors

  NameDescription
Public methodAccessControlManager
Constructor
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the file into memory
Public methodSave
Save the file
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyGrant
Whether the file is a grant or deny file
Public propertyPath
The file path
Public propertyRecords
The records in the file
Public propertyVersion
The file version
Top
See Also

Reference