LumiSoft Mail Server User API
IMAP_Acl Constructor (name, rights)
Namespaces > LumiSoft.Net.IMAP.Client > IMAP_Acl > IMAP_AclNew(String, IMAP_ACL_Flags)
Default constructor.
Syntax
C#Visual BasicManaged C++
public IMAP_Acl (
	string name,
	IMAP_ACL_Flags rights
)
Public Sub New ( _
	name As String, _
	rights As IMAP_ACL_Flags _
)
public:
IMAP_Acl (
	String^ name, 
	IMAP_ACL_Flags rights
)
Parameters
name (String)
Authentication identifier name. Normally this is user or group name.
rights (IMAP_ACL_Flags)
Rights associated with this ACL entry.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)