LumiSoft Mail Server User API
Item Property (aclEntry)
Namespaces > LumiSoft.MailServer.API.UserAPI > MailingListAclCollection > Item(String)
Gets a ACL entry in the collection by ACL entry name.
Syntax
C#Visual BasicManaged C++
public string Item [
	string aclEntry
] { get; }
Public ReadOnly Property Item ( _
	aclEntry As String _
) As String
public:
String^ Item {
	String^ get (String^ aclEntry);
}
Parameters
aclEntry (String)
A String value that specifies the ACL entry name in the MailingListAclCollection collection.
Return Value

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)