Overload List

  Name Description
Public method SetBody(array<Byte>[]()[][])
Sets body of this
CopyC#
MimeMessage
.
Public method SetBody(FileStream)
Sets body of this
CopyC#
MimeMessage
.
Public method SetBody(String)
Sets body of this
CopyC#
MimeMessage
. Default system character encoding is used to convert the body to bytes.
Public method SetBody(String, String)
Sets body of this
CopyC#
MimeMessage
and sets the charset attribute of Content-Type header to provided character set. If Content-Type header is not found then a new Content-Type header will be created with a value of text/plain.

See Also