|
|
|
|
|
- Properties specific to emailHeader variables
emailHeader (Variable type) In french: emailEntête
The emailHeader type is used to retrieve or define the additional email headers. You can define and change the characteristics of a header using different WLanguage properties. This type of variable is used by Email variables. Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. cMyEmail is Email cAHeader is emailHeader cAHeader.Name = "List-Unsubscribe" cAHeader.Value = "<mailto:unsubscribe@domain.com>" Add(cMyEmail.Header, cAHeader) EmailSendMessage(MySession, cMyEmail, emailOptionEncodeHeader)
Remarks Properties specific to emailHeader variables The following properties can be used to handle an email header: | | | Property name | Type used | Effect |
---|
Name | Character string | Name of the header. | Value | Character string | Value of the header. Remark: If EmailSendMessage is associated with the emailOptionEncodeHeader constant, the header value will be encoded in base 64. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|