-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MIMEPartType
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
libcURL.MIMEPartType
Protected Enum MIMEPartType
None
Data
File
Callback
MultipartUsed in the MIMEMessagePart class to indicate the type of the message part.
| 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. |
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.