libcURL.MIMEMessagePart.Constructor - charonn0/RB-libcURL GitHub Wiki

libcURL.MIMEMessagePart.Constructor

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.