MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MimeEntity Class
MimeEntity Constructor
MimeEntity(ContentType) Constructor
MimeEntity(MimeEntityConstructorArgs) Constructor
MimeEntity(String, String) Constructor
Mime
Entity(Content
Type) Constructor
Initialize a new instance of the
MimeEntity
class.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
protected
MimeEntity
(
ContentType
contentType
)
Parameters
contentType
ContentType
The content type.
Exceptions
Exception
Condition
ArgumentNullException
contentType
is
null
.
Remarks
Initializes the
ContentType
to the one provided.
See Also
Reference
MimeEntity Class
MimeEntity Overload
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast