property SpecialHeaders: TScHeaderList;
Description
Holds an additional list of headers to be transmitted with the email message. These headers are not handled in any way, but are appended to the full list of headers when the message is sent.
The user is responsible for making sure that the headers in this list do not duplicate or contradict Headers.
To get a full list of headers that will be sent with the message you use the GeneratedHeaders property.
See Also