Platforms to show: All Mac Windows Linux Cross-Platform

Back to CURLSMimePartMBS class.

CURLSMimePartMBS.DataMemory as Memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The mime part data source from memory data.

(Read and Write property)

CURLSMimePartMBS.DataString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The mime part data source from memory data.
Example
dim c as new CURLSMBS

// add mime
dim p as CURLSMimePartMBS = c.AddMimePart

p.name = "Text"
p.FileName = "test.txt"
p.MimeType = "text/plain"
p.DataString = "Hello World"

c.FinishMime
// now you can send...

(Read and Write property)

CURLSMimePartMBS.Encoding as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The mime data transfer encoder.

If set to binary, 8bit, 7bit, base64 or quoted-printable, the matching encoding is applied.
(Read and Write property)

CURLSMimePartMBS.File as FolderItem

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The file to stream.

When you set property, the plugin will open file and may raise IOException on failure.
(Read and Write property)

CURLSMimePartMBS.FileName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The mime part remote file name.

If mime type is not set, we pick extension from file name.
This includes gif, jpg, jpeg, png, svg, txt, htm, html, pdf and xml file extensions.
(Read and Write property)

CURLSMimePartMBS.FilePath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The mime part data source from named file.

(Read and Write property)

CURLSMimePartMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last error code.

(Read and Write property)

CURLSMimePartMBS.MimeType as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The mime part type.

(Read and Write property)

CURLSMimePartMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The mime/form part name.

(Read and Write property)

CURLSMimePartMBS.Parent as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CURL MBS CURL Plugin 18.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The parent object.

(Read only property)

The items on this page are in the following plugins: MBS CURL Plugin.


The biggest plugin in space...