LumiSoft Mail Server User API
GetRootFolderByName Method (rootFolderName)
Namespaces > LumiSoft.MailServer.API.UserAPI > SharedRootFolderCollection > GetRootFolderByName(String)
Gets a SharedRootFolder object in the collection by root folder name.
Syntax
C#Visual BasicManaged C++
public SharedRootFolder GetRootFolderByName (
	string rootFolderName
)
Public Function GetRootFolderByName ( _
	rootFolderName As String _
) As SharedRootFolder
public:
SharedRootFolder^ GetRootFolderByName (
	String^ rootFolderName
)
Parameters
rootFolderName (String)
Root folder name.
Return Value
A SharedRootFolder object value that represents the shared root folder in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)