Click or drag to resize
MimeKit

MessagePart(String) Constructor

Initialize a new instance of the MessagePart class.

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

Parameters

subtype  String
The message subtype.
Exceptions
ExceptionCondition
ArgumentNullExceptionsubtype is null.
Remarks
Creates a new MIME message entity with the specified subtype.
See Also