News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualDLL val_AddOtherHeader
Purpose: Add a non-standard header line Handle: The unique ID identifying the email object Operator: val_AddOtherHeader = 15 Data: The header line to add to the message Returns: Success or Error Status
This operator is used to add non-standard email header lines to an email message. Non-standard headers are used to hold information about the message, the sender, or the email transmission route for the message.
A header line should conform to this syntax:
Header-Name:Header Value
The Header-Name portion supplies the name of the header line. The typical formatting of this name is to capitalize the first letter of each word in the Header-Name. If there are multiple words in the header name, they are usually separated by a hyphen. Spaces are not allowed in the Header-Name.
The Header Value portion of the header line specifies the value that the header is to carry. The header value information is assumed to continue until the end of the line. Quotation marks are typically not required.
Below is an example header line produced by an email client:
X-Mailer: Mozilla 4.02 [en]
|