| MimePart(ContentType) Constructor |
Initialize a new instance of the
MimePart class
with the specified content type.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public MimePart(
ContentType contentType
)
Parameters
- contentType ContentType
- The content type.
Exceptions Remarks
Creates a new
MimePart with the specified Content-Type value.
See Also