property GeneratedHeaders: TScHeaderList;
Description
Holds a complete list of headers sent with an email message.
When you send or receive an email message, a TScHeaderList is created. The following data is then added to the newly created object: all Headers, all email addresses of senders and recipients in From, Sender, CC, ToAddress, ReplyTo, followed by the required headers such as Content-Type, Content-Transfer-Encoding, Date, Subject, X-Priority, and finally all SpecialHeaders.
This property is read-only.
See Also