Click or drag to resize
MimeKit

MimeEntityEndEventArgs(MimeEntity) 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
)

Parameters

entity  MimeEntity
The entity that was parsed.
Exceptions
ExceptionCondition
ArgumentNullExceptionentity is null.
Remarks
Creates a new MimeEntityEndEventArgs.
See Also