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.
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.