SmtpMessage

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.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

message
string message;
Undocumented in source.
recipients
Recipient[] recipients;
Undocumented in source.
replyTo
string replyTo;
Undocumented in source.
sender
Recipient sender;
Undocumented in source.
subject
string subject;
Undocumented in source.

Meta