FolderTGet Method Ipswitch.Messaging.Framework
Retrieve an T item from the folder having the specified ID.

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

public abstract T Get(
	Guid itemId
)

Parameters

itemId
Type: SystemGuid
A Guid containing the ID of the item to retrieve.

Return Value

Type: T
The T item having the specified ID.
Exceptions

ExceptionCondition
FolderAccessExceptionThrown when reading items in the folder is not allowed.
[!:FolderItemNotFound]Thrown when the item is not found in the folder
See Also

Reference