-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MIMEMessagePart.Data
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
libcURL.MIMEMessagePart.Data
Dim Data As String
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.
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.