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
Returns number of attachments.

(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
Optional name to use in boundaries for MIME parts.

by default MBS Plugin.
(Read and Write property)

CURLEmailMBS.EncodingName as String   New in 24.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The encoding used.

The property is there for you to inspect in debugger.
Set only via Constructor.
(Read only property)

CURLEmailMBS.FromEmail as String   New in 24.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The from address with name.

The property is there for you to inspect in debugger.
(Read only property)

Some examples using this property:

CURLEmailMBS.HeaderList as String   New in 24.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The list of header entries.

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
The HTML text of the email.

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
The in reply to message ID.

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
Sets a custom message ID.

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
The plain text of the email.
Example
dim e as new CURLEmailMBS
e.PlainText = "Hello World," + EndOfLine + "Smilies: ☺️ 😘 😄"

This text is encoded as quoted printable UTF-8 text.
(Read and Write property)

CURLEmailMBS.RecipientsBCC as String   New in 24.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries list of Bcc recipients.

The property is there for you to inspect in debugger.
(Read only property)

CURLEmailMBS.RecipientsCC as String   New in 24.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries list of CC recipients.

The property is there for you to inspect in debugger.
(Read only property)

CURLEmailMBS.RecipientsReplyTo as String   New in 24.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries list of reply to entries.

The property is there for you to inspect in debugger.
(Read only property)

CURLEmailMBS.RecipientsTO as String   New in 24.0

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 24.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries list of TO recipients.

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
The enriched text of the email.

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)

CURLEmailMBS.Server as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 14.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The effective server URL used.

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
The password for SMTP server authentication.
Example
dim e as new CURLEmailMBS

e.SMTPPassword = "rGc3_mdyjR%k"
e.SMTPUsername = "sammler@monkeybreadsoftware.de"
e.SetServer "smtprelaypool.ispgateway.de", true

(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
The domain name of the SMTP Server to use.
Example
dim e as new CURLEmailMBS

e.SMTPPassword = "rGc3_mdyjR%k"
e.SMTPUsername = "sammler@monkeybreadsoftware.de"
e.SMTPServer = "smtprelaypool.ispgateway.de"
e.UseSSL = true

(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
The username for SMTP server authentication.
Example
dim e as new CURLEmailMBS

e.SMTPPassword = "rGc3_mdyjR%k"
e.SMTPUsername = "sammler@monkeybreadsoftware.de"
e.SetServer "smtprelaypool.ispgateway.de", true

(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
The subject line.
Example
dim e as new CURLEmailMBS

e.Subject = "Hello World ☺️"

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
Whether to use SSL or not.
Example
dim e as new CURLEmailMBS

e.SMTPPassword = "rGc3_mdyjR%k"
e.SMTPUsername = "sammler@monkeybreadsoftware.de"
e.SMTPServer = "smtprelaypool.ispgateway.de"
e.UseSSL = true

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.


The biggest plugin in space...