FolderContainerGetT Method (String)Ipswitch.Messaging.Framework
Retrieve a folder of a specific type from the folder list by the folder's path.

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

public T Get<T>(
	string path
)
where T : class, IFolder

Parameters

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

Type Parameters

T
The type of folder to retrieve.

Return Value

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

Reference