| MimeEntity(String, String) Constructor |
Initialize a new instance of the
MimeEntity class.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected MimeEntity(
string mediaType,
string mediaSubtype
)
Parameters
- mediaType String
- The media type.
- mediaSubtype String
- The media subtype.
Exceptions Remarks
Initializes the
ContentType based on the provided media type and subtype.
See Also