Click or drag to resize
MimeKit

BodyPartBasic Constructor

Note: This API is now obsolete.

Initializes a new instance of the BodyPartBasic class.

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