Downloads the message with the specified unique ID and loads it into an instance of MimeMessage.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Function GetMimeMessage ( _
	uniqueId As String _
) As MimeMessage
C#
public MimeMessage GetMimeMessage(
	string uniqueId
)

Parameters

uniqueId
Type: System..::..String
Message unique ID.

Return Value

A downloaded message.

Remarks

Uses IMAP FETCH command to retrieve the message.

By default, this method marks the message as read. To prevent this behavior, set the UsePeekForGetMessage to true.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also