|
|
|
|
|
- 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. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. cMonEmail is Email
cUneEntête is emailHeader
cUneEntête.Name = "List-Unsubscribe"
cUneEntête.Value = "<mailto:unsubscribe@domain.com>"
Add(cMonEmail.Header, cUneEntête)
EmailSendMessage(MaSession, cMonEmail, emailOptionEncodeHeader)
Properties 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. Remarque: If function EmailSendMessage uses constant emailOptionEncodeEntête, the header value will be encoded in base 64. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|