Skip to content

libcURL.MIMEMessage.Constructor

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

libcURL.MIMEMessage.Constructor

Method Signature

 Sub Constructor(Owner As libcURL.EasyHandle, Optional FromDict As Dictionary)

Parameters

Name Type Comment
Owner EasyHandle The EasyHandle to which this form belongs.
FromDict Dictionary Optional. If specified then the MIMEMessage will be populated with the contents of the Dictionary.

Remarks

Initializes an empty MIME message, optionally pre-filling it with items from a Dictionary. The Dictionary can contain only String and FolderItem values.

Clone this wiki locally