Click or drag to resize
MimeKit

MimeEntityBeginEventArgs(MimeEntity, Multipart) Constructor

Initialize a new instance of the MimeEntityBeginEventArgs class.

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

Parameters

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

entity is null.

-or-

parent is null.

Remarks
Creates a new MimeEntityBeginEventArgs.
See Also