MailMessage.ToByteArray Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
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. |