Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Encodes an email subject.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 4.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
(old name: String.EncodeEmailSubject)
Parameter | Description | Example |
---|---|---|
Text | The text to encode. | "Hello World äöü" |
Returns email subject text.
Encode a text which does not need encoding:
MBS( "Text.EncodeEmailSubject"; "Hello World" )
Example result: Hello World
Encode a text with umlauts:
MBS( "Text.EncodeEmailSubject"; "Hello äöü" )
Example result: "=?UTF-8?Q?Hello_=C3=A4=C3=B6=C3=BC?="
Encode with emojis:
MBS( "Text.EncodeEmailSubject"; "🍎 🍓 🍒" )
Example result: =?UTF-8?Q?=F0=9F=8D=8E_=F0=9F=8D=93_=F0=9F=8D=92?=
This function checks for a license.
Created 18th August 2014, last changed 31st January 2023