MailMill .NET Class Library

Mail.Subject Property

Gets or sets a string that specifies the message subject.

public string Subject {get; set;}

Remarks

If the Subject contains non ascii characters, they will be encoded using the Charset property

Example

This sample shows how to set the message subject.

Mail oMail = new Mail();
oMail.Subject = "Message created with MailMill";

See Also

Mail Class | MailMill Namespace | Charset