Skip to content

libcURL.MIMEMessagePart.DataSize

Andrew Lambert edited this page Jun 18, 2021 · 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