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

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

public T Get<T>(
	Guid id
)
where T : class, IFolder

Parameters

id
Type: SystemGuid
The ID of the folder to be retrieved from the folder list.

Type Parameters

T
The type of folder to retrieve.

Return Value

Type: T
An IFolder of the given type that has the given ID.
See Also

Reference