FolderContainerExists Method (String)Ipswitch.Messaging.Framework
Determines whether the specified folder exists.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public bool Exists(
	string folderPath
)

Parameters

folderPath
Type: SystemString
The path to the folder to check.

Return Value

Type: Boolean
true if path refers to an existing folder in the folder list.
See Also

Reference