Gets specified mail message from server. Use MailBuilder to create IMail object. This method sets the Seen unless folder is selected with Examine(String), Examine(FolderInfo) or ExamineInbox()()()().

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string GetMessageByUID(
	long uid
)
Visual Basic
Public Function GetMessageByUID ( _
	uid As Long _
) As String
Visual C++
public:
String^ GetMessageByUID(
	long long uid
)

Parameters

uid
Type: System..::..Int64
Unique-id of the message to get.

Return Value

String containing mail message.

See Also