| MimePart(String, String) Constructor |
Initialize a new instance of the
MimePart class
with the specified media type and subtype.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public MimePart(
string mediaType,
string mediaSubtype
)
Parameters
- mediaType String
- The media type.
- mediaSubtype String
- The media subtype.
Exceptions Remarks
Creates a new
MimePart with the specified media type and subtype.
See Also