ImapMessage Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
Provides data for handling messages received by the Get
Syntax
public class ImapMessage
Inherited Members
Properties
Name | Description |
---|---|
Info | Gets the message info initialized by values received form the server. |
Methods
Name | Description |
---|---|
Copy |
Copies raw MIME data of the received message into the supplied stream. |
To |
Gets the raw MIME data of the received message. |
To |
Parses raw data of the received message into an instance of Mail |
To |
Parses raw data of the received message into an instance of Mime |