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