MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MultipartRelated Class
MultipartRelated Constructor
MultipartRelated Constructor
MultipartRelated(MimeEntityConstructorArgs) Constructor
MultipartRelated(Object[]) Constructor
Multipart
Related(Mime
Entity
Constructor
Args) Constructor
Initialize a new instance of the
MultipartRelated
class.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
MultipartRelated
(
MimeEntityConstructorArgs
args
)
Parameters
args
MimeEntityConstructorArgs
Information used by the constructor.
Exceptions
Exception
Condition
ArgumentNullException
args
is
null
.
Remarks
This constructor is used by
MimeParser
.
See Also
Reference
MultipartRelated Class
MultipartRelated Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast