Downloads the message with the specified unique ID
and loads it into an instance of MailMessage.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Function GetMailMessage ( _ uniqueId As String _ ) As MailMessage |
C# |
---|
public MailMessage GetMailMessage( 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.