Gets or sets a string that specifies the message subject.
If the Subject contains non ascii characters, they will be encoded using the Charset property
This sample shows how to set the message subject.
Mail oMail = new Mail(); oMail.Subject = "Message created with MailMill";
Mail Class | MailMill Namespace | Charset