LumiSoft Mail Server User API
Contains Method (folderName)
Namespaces > LumiSoft.MailServer.API.UserAPI > UserFolderCollection > Contains(String)
Checks if specified folder name exists in this collection.
Syntax
C#Visual BasicManaged C++
public bool Contains (
	string folderName
)
Public Function Contains ( _
	folderName As String _
) As Boolean
public:
bool Contains (
	String^ folderName
)
Parameters
folderName (String)
Folder name.
Return Value

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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)