LumiSoft Mail Server User API
Contains Method (rootFolderName)
Namespaces > LumiSoft.MailServer.API.UserAPI > SharedRootFolderCollection > Contains(String)
Check if collection contains root folder with specified name.
Syntax
C#Visual BasicManaged C++
public bool Contains (
	string rootFolderName
)
Public Function Contains ( _
	rootFolderName As String _
) As Boolean
public:
bool Contains (
	String^ rootFolderName
)
Parameters
rootFolderName (String)
Root folder name.
Return Value

[Missing <returns> documentation for M:LumiSoft.MailServer.API.UserAPI.SharedRootFolderCollection.Contains(System.String)]

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)