Skip to content

libcURL.MIMEMessagePart.Type

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

Property Declaration

 Dim Type As MIMEPartType

Return value

A member of the MIMEPartType enum.

Remarks

The type of the message part identifies whether the part is a string part or a file upload part, and how the contents of the part should be accessed (stream, path, etc.)

Clone this wiki locally