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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)