ImapMessage.ToArray Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
ToArray()
Gets the raw MIME data of the received message.
Declaration
public byte[] ToArray()
Returns
Type | Description |
---|---|
Byte[] | An array of bytes that represent the message data. |