Click or drag to resize
MimeKit

MimeMessageEndEventArgs Class

Event args emitted by the MimeParser when a MimeMessage is parsed.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MimeKitMimeMessageBeginEventArgs
      MimeKitMimeMessageEndEventArgs

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

The MimeMessageEndEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodMimeMessageEndEventArgs(MimeMessage) Initialize a new instance of the MimeMessageEndEventArgs class.
Public methodMimeMessageEndEventArgs(MimeMessage, MessagePart) Initialize a new instance of the MimeMessageEndEventArgs class.
Top
Properties
 NameDescription
Public propertyBeginOffset Get or set the stream offset that marks the beginning of the message.
(Inherited from MimeMessageBeginEventArgs)
Public propertyEndOffset Get or set the stream offset that marks the end of the message.
Public propertyHeadersEndOffset Get or set the stream offset that marks the end of the message headers.
Public propertyLineNumber Get or set the line number of the beginning of the message.
(Inherited from MimeMessageBeginEventArgs)
Public propertyMessage Get the message that was parsed.
(Inherited from MimeMessageBeginEventArgs)
Public propertyParent Get the parent MessagePart if this message is an attachment.
(Inherited from MimeMessageBeginEventArgs)
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 MimeMessage is parsed.
See Also