Skip to content

libcURL.MIMEMessagePart.Constructor

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

Method Signature

 Protected Sub Constructor(ItemStruct As Ptr, Owner As libcURL.MIMEMessage)

Parameters

Name Type Comment
ItemStruct Ptr A pointer to the MIME structure
Owner MIMEMessage The message that owns the structure

Remarks

Generally, you should not construct instances of this class. Use the value returned from MIMEMessage.GetElement or MIMEMessagePart.NextPart instead.

Clone this wiki locally