Click or drag to resize
MimeKit

MimeEntityBeginEventArgs Class

Event args emitted by the MimeParser when it begins parsing a MimeEntity.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MimeKitMimeEntityBeginEventArgs
      MimeKitMimeEntityEndEventArgs

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

The MimeEntityBeginEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodMimeEntityBeginEventArgs(MimeEntity) Initialize a new instance of the MimeEntityBeginEventArgs class.
Public methodMimeEntityBeginEventArgs(MimeEntity, Multipart) Initialize a new instance of the MimeEntityBeginEventArgs class.
Top
Properties
 NameDescription
Public propertyBeginOffset Get or set the stream offset that marks the beginning of the entity.
Public propertyEntity Get the MIME entity.
Public propertyLineNumber Get or set the line number of the beginning of the entity.
Public propertyParent Get the parent Multipart if this entity is a child.
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 it begins parsing a MimeEntity.
See Also