Click or drag to resize
MimeKit

MimeEntity(MimeEntityConstructorArgs) Constructor

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

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
protected MimeEntity(
	MimeEntityConstructorArgs args
)

Parameters

args  MimeEntityConstructorArgs
Information used by the constructor.
Exceptions
ExceptionCondition
ArgumentNullExceptionargs is .
Remarks
Custom MimeEntity subclasses MUST implement this constructor in order to register it using RegisterMimeType(String, Type).
See Also