MailMessage.ToByteArray Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9448)
ToByteArray()
Returns a byte array representation of the mail message. This is the same as the content of a file saved using the Save(String) message.
Declaration
public byte[] ToByteArray()
Returns
| Type | Description |
|---|---|
| Byte[] | Byte array representation of the mail message. |