EmailFolderGet Method (Guid)Ipswitch.Messaging.Framework
Gets a message by GUID.

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

public override Email Get(
	Guid itemId
)

Parameters

itemId
Type: SystemGuid
The GUID of the message to retrieve.

Return Value

Type: Email
The message
Exceptions

ExceptionCondition
FolderAccessExceptionThrown when reading items in the folder is not allowed.
See Also

Reference