FolderContainerGet Method (Guid)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(
	Guid id
)

Parameters

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

Return Value

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

Reference