Click or drag to resize
MimeKit

Multipart Constructor

Initialize a new instance of the Multipart class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Multipart()
Remarks
Creates a new Multipart with a ContentType of multipart/mixed.
See Also