EmailFolderGet Method (UInt32)Ipswitch.Messaging.Framework
Gets a message by uidl

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

public Email Get(
	uint uidl
)

Parameters

uidl
Type: SystemUInt32
The uidl of the message

Return Value

Type: Email
The message
Exceptions

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

Reference