Click or drag to resize
MimeKit

BodyPartMessage Constructor

Note: This API is now obsolete.

Initializes a new instance of the BodyPartMessage class.

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