Skip to content

libcURL.MIMEPartType

Andrew Lambert edited this page Apr 16, 2018 · 5 revisions

libcURL.MIMEPartType

Enum Declaration

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