LumiSoft Mail Server User API
Item Property (userOrGroup)
Namespaces > LumiSoft.MailServer.API.UserAPI > UserFolderAclCollection > Item(String)
Gets a UserFolderAcl object in the collection by user or group name.
Syntax
C#Visual BasicManaged C++
public UserFolderAcl Item [
	string userOrGroup
] { get; }
Public ReadOnly Property Item ( _
	userOrGroup As String _
) As UserFolderAcl
public:
UserFolderAcl^ Item {
	UserFolderAcl^ get (String^ userOrGroup);
}
Parameters
userOrGroup (String)
A String value that specifies the user or group name of the UserFolderAcl object in the UserFolderAclCollection collection.
Return Value
A UserFolderAcl object value that represents the user folder ACL in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)