Skip to content

libcURL.MIMEMessagePart.Stream

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

Property Declaration

 Dim Stream As Readable

Remarks

Holds a reference to the Readable object from which the message part contents will be read when the message is actually posted to a server. If the part Type is not MIMEPartType.Callback then this will be Nil.

Clone this wiki locally