Struct that holds name and address of a person holding e-mail box and is capable of sending messages.
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.