Click or drag to resize
MimeKit

BodyPartText Constructor

Note: This API is now obsolete.

Initializes a new instance of the BodyPartText class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntax
C#
[ObsoleteAttribute("Use BodyPartText (ContentType, string) instead.")]
public BodyPartText()
Remarks
Creates a new BodyPartText.
See Also