-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MIMEMessagePart.Constructor
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libcURL.MIMEMessagePart.Constructor
Protected Sub Constructor(ItemStruct As Ptr, Owner As libcURL.MIMEMessage)
Name | Type | Comment |
---|---|---|
ItemStruct | Ptr | A pointer to the MIME structure |
Owner | MIMEMessage | The message that owns the structure |
Generally, you should not construct instances of this class. Use the value returned from MIMEMessage.GetElement or MIMEMessagePart.NextPart instead.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.