ImapMessage Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Provides data for handling messages received by the GetMessages method.
Syntax
public class ImapMessage
Inherited Members
Properties
Name | Description |
---|---|
Info | Gets the message info initialized by values received form the server. |
Methods
Name | Description |
---|---|
CopyTo(Stream) | Copies raw MIME data of the received message into the supplied stream. |
ToArray() | Gets the raw MIME data of the received message. |
ToMailMessage() | Parses raw data of the received message into an instance of MailMessage object. |
ToMimeMessage() | Parses raw data of the received message into an instance of MimeMessage object. |