Click or drag to resize
MimeKit

Multipart(String) Constructor

Initialize a new instance of the Multipart class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Multipart(
	string subtype
)

Parameters

subtype  String
The multipart media sub-type.
Exceptions
ExceptionCondition
ArgumentNullExceptionsubtype is null.
Remarks
Creates a new Multipart with the specified subtype.
See Also