Skip to content

libcURL.MIMEPartType

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

libcURL.MIMEPartType

Enumeration

Protected Enum MIMEPartType
  None
  Data
  File
  Callback
  Multipart

Remarks

Used in the MIMEMessagePart class to indicate the type of the message part.

Types

Name Comment
None Not specified.
Data A string.
File A FolderItem pointing to a file for upload.
Callback A Readable stream for upload.
Multipart A nested MIMEMessage.

See also

Clone this wiki locally