property Headers: TScHeaderList;
Description
Holds the email headers that are transmitted with this email message.
You specify the sender, recipient, subject, and body of an email message in the properties of a TScMailMessage object.
To get the full list of headers that will be sent with the message you use the GeneratedHeaders property.
Once a message is received, the data will be parsed and added to the Headers list.
To specify the encoding of Headers you use the HeadersCharset and HeadersTransferEncoding properties.
See Also