Click or drag to resize
MimeKit

BodyPartMultipart Constructor

Note: This API is now obsolete.

Initializes a new instance of the BodyPartMultipart class.

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