Click or drag to resize
MimeKit

MimeEntityEndEventArgs(MimeEntity, Multipart) Constructor

Initialize a new instance of the MimeEntityEndEventArgs class.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public MimeEntityEndEventArgs(
	MimeEntity entity,
	Multipart parent
)

Parameters

entity  MimeEntity
The entity that was parsed.
parent  Multipart
The parent multipart.
Exceptions
ExceptionCondition
ArgumentNullException

entity is null.

-or-

parent is null.

Remarks
Creates a new MimeEntityEndEventArgs.
See Also