FolderContainerGet Method (String)Ipswitch.Messaging.Framework
Retrieve a folder from the folder list.

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

public IFolder Get(
	string path
)

Parameters

path
Type: SystemString
The path to the folder in the folder list.

Return Value

Type: IFolder
An IFolder retrieved from the given folder path.
See Also

Reference