FolderTGetItem Method Ipswitch.Messaging.Framework
Retrieve an FrameworkFolderItem 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 FrameworkFolderItem GetItem(
	Guid ItemID
)

Parameters

ItemID
Type: SystemGuid

[Missing <param name="ItemID"/> documentation for "M:Ipswitch.Messaging.Framework.Folder`1.GetItem(System.Guid)"]

Return Value

Type: FrameworkFolderItem
The FrameworkFolderItem having the specified ID.

Implements

IFolderGetItem(Guid)
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