Platforms to show: All Mac Windows Linux Cross-Platform
Back to CURLEmailMBS class.
CURLEmailMBS.Attachmentcount as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
CURLEmailMBS.BoundaryName as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 17.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
by default MBS Plugin.
(Read and Write property)
CURLEmailMBS.EncodingName as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The property is there for you to inspect in debugger.
Set only via Constructor.
(Read only property)
CURLEmailMBS.FromEmail as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The property is there for you to inspect in debugger.
(Read only property)
Some examples using this property:
CURLEmailMBS.HeaderList as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The property is there for you to inspect in debugger.
(Read only property)
CURLEmailMBS.HTMLText as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This text is encoded as quoted printable UTF-8 text.
(Read and Write property)
CURLEmailMBS.InReplyTo as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Here you can define the message ID of the email you reply to.
(Read and Write property)
CURLEmailMBS.MessageID as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The plugin normally creates one by default when setting from address.
(Read and Write property)
CURLEmailMBS.PlainText as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This text is encoded as quoted printable UTF-8 text.
(Read and Write property)
CURLEmailMBS.RecipientsBCC as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The property is there for you to inspect in debugger.
(Read only property)
CURLEmailMBS.RecipientsCC as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The property is there for you to inspect in debugger.
(Read only property)
CURLEmailMBS.RecipientsReplyTo as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The property is there for you to inspect in debugger.
(Read only property)
CURLEmailMBS.RecipientsTO as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The property is there for you to inspect in debugger.
(Read only property)
CURLEmailMBS.RichText as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This text is encoded as quoted printable UTF-8 text.
This is not to be confused with RTF file format. Enriched text is described here:
http://en.wikipedia.org/wiki/Enriched_text
Please note that most email clients do not support this nowadays.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Only for debugging.
(Read only property)
CURLEmailMBS.SMTPPassword as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
Some examples using this property:
CURLEmailMBS.SMTPServer as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
Some examples using this property:
CURLEmailMBS.SMTPUsername as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
Some examples using this property:
CURLEmailMBS.Subject as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
If subject lines contains special characters, it is automatically encoded as UTF-8.
(Read and Write property)
CURLEmailMBS.UseSSL as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | CURL | MBS CURL Plugin | 14.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
When using SSL right, please also check cAInfo, cAPath, OptionSSLVerifyHost and OptionSSLVerifyPeer properties on the CURLSMBS class.
Pass false for TLS and later configure CURL for TLS.
Port 465 usually Requires UseSSL=true, but other ports need UseSSL=false.
(Read and Write property)
Some examples using this property:
The items on this page are in the following plugins: MBS CURL Plugin.