Click or drag to resize
MimeKit

MimePart Constructor

Initialize a new instance of the MimePart class with the default Content-Type of application/octet-stream.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public MimePart()
Remarks
Creates a new MimePart with a Content-Type of application/octet-stream.
See Also