Click or drag to resize
MimeKit

BodyPart Constructor

Note: This API is now obsolete.

Initializes a new instance of the BodyPart class.

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