Skip to content

libcURL.MIMEMessagePart.Data

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

Property Declaration

 Dim Data As String

Remarks

If the message part's Type is MIMEMessageType.Data, then this property will return a copy of the message part's contents. If the Type is MIMEMessageType.File then this property returns the path to the file being used. Otherwise, this property returns an empty string.

Clone this wiki locally