Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SendMail.SetUse8BitMime
Set whether 8bit encoding is used.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SendMail | 15.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SendMail.SetUse8BitMime"; EmailID; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
EmailID | The email reference number obtained using SendMail.CreateEmail function. | $EmailID |
Value | The new setting. Pass 1 to use 8bit mime encoding or 0 for quoted printable. |
1 |
Result
Returns OK or error.
Description
Set whether 8bit encoding is used.Examples
Turn on 8bit MIME:
Set Variable [ $r ; Value: MBS("SendMail.SetUse8BitMime"; $EmailID; 1) ]
Prefer to use quoted printable:
Set Variable [ $r ; Value: MBS("SendMail.SetUse8BitMime"; $EmailID; 0) ]
See also
Release notes
- Version 15.1
- Added SendMail.GetUse8BitMime and SendMail.SetUse8BitMime functions.
Blog Entries
Created 19th February 2025, last changed 20th February 2025
