property Subject: string;
Description
Holds the subject line of the email message.
Subject gets or sets the value of the "Subject" Internet Message header. When you change Subject, the respective header in the Headers property is changed as well.
To specify encoding of "Subject" you use the SubjectCharset and SubjectTransferEncoding property.
See Also