FolderContainerExists Method (Guid)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(
	Guid folderId
)

Parameters

folderId
Type: SystemGuid
The unique ID of a folder to check.

Return Value

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

Reference