LassoScript Utility
Basics Browse Detail

[Encode_QHeader]

Tag Link [Encode_QHeader] Category Encoding
Type Substitution Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Encode_QHeader] is a utility tag used by the email system to encode email headers using quoted-printable encoding. The tag requires two parameters a -Name and a -Value for the header. An optional -Charset parameter specifies what charset the value is in (defaults to UTF-8).

Syntax

[Encode_QHeader: -Name='From', -Value='address@example.com']

Parameters

Required Parameters
-Name The name of the MIME header.
-Value The value of the MIME header.
Optional Parameters
-Charset Optional character set.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.