LassoScript Utility
Basics Browse Detail

[Encode_BHeader]

Tag Link [Encode_BHeader] Category Encoding
Type Substitution Source Available Yes
Support Preferred Version 8.5
Change New Data Source Any
Output Type String Security None
Implementation LDML Sets Lasso 8.5

Description

[Encode_BHeader] is a utility tag used by the email system to encode email headers using base64 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_BHeader: -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.