Click or drag to resize
MimeKit

TextPart Constructor

Initialize a new instance of the TextPart class with a Content-Type of text/plain.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public TextPart()
Remarks
Creates a default TextPart with a mime-type of text/plain.
See Also