Implements SmtpMessage compositor. Allows to get string representation of message and also send it via SmtpClient. SmtpMessage is used by SmtpClient.send high-level method in order to compose and send mail via SMTP.
Add attachments to the SmtpMessage.
This method converts SmtpMessage struct to string representation. This string representation is a ready-to-send representation for SMTP protocol.
See Implementation
Implements SmtpMessage compositor. Allows to get string representation of message and also send it via SmtpClient. SmtpMessage is used by SmtpClient.send high-level method in order to compose and send mail via SMTP.