Skip to content

libcURL.MIMEMessagePart.DataSize

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

Property Declaration

 Dim DataSize As Integer

Remarks

If the message part's Type is MIMEMessageType.File, then this property will return length of the file in bytes, otherwise this property will return the length of the Data in bytes.

Clone this wiki locally