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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
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
Encodes a text with umlauts:
MBS( "Text.EncodeEmailSubject"; "Hello äöü" )
Example result: "=?UTF-8?Q?Hello_=C3=A4=C3=B6=C3=BC?="
Created 18th August 2014, last changed 16th February 2018
Text.EncodeBytesToBase64 - Text.EncodeHexToBase64
Feedback: Report problem or ask question.