Click or drag to resize
MimeKit

MimePart(MimeEntityConstructorArgs) Constructor

Initialize a new instance of the MimePart class based on the MimeEntityConstructorArgs.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public MimePart(
	MimeEntityConstructorArgs args
)

Parameters

args  MimeEntityConstructorArgs
Information used by the constructor.
Exceptions
ExceptionCondition
ArgumentNullExceptionargs is null.
Remarks
This constructor is used by MimeParser.
See Also