Click or drag to resize
MimeKit

MimeEntityEndEventArgs Class

Event args emitted by the MimeParser when a MimeEntity is parsed.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MimeKitMimeEntityBeginEventArgs
      MimeKitMimeEntityEndEventArgs

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class MimeEntityEndEventArgs : MimeEntityBeginEventArgs

The MimeEntityEndEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodMimeEntityEndEventArgs(MimeEntity) Initialize a new instance of the MimeEntityEndEventArgs class.
Public methodMimeEntityEndEventArgs(MimeEntity, Multipart) Initialize a new instance of the MimeEntityEndEventArgs class.
Top
Properties
 NameDescription
Public propertyBeginOffset Get or set the stream offset that marks the beginning of the entity.
(Inherited from MimeEntityBeginEventArgs)
Public propertyEndOffset Get or set the stream offset that marks the end of the entity.
Public propertyEntity Get the MIME entity.
(Inherited from MimeEntityBeginEventArgs)
Public propertyHeadersEndOffset Get or set the stream offset that marks the end of the entity's headers.
Public propertyLineNumber Get or set the line number of the beginning of the entity.
(Inherited from MimeEntityBeginEventArgs)
Public propertyLines Get or set the content length of the entity as measured in lines.
Public propertyParent Get the parent Multipart if this entity is a child.
(Inherited from MimeEntityBeginEventArgs)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
Event args emitted by the MimeParser when a MimeEntity is parsed.
See Also