Click or drag to resize
MimeKit

MimeMessageBeginEventArgs Class

Event args emitted by the MimeParser when it begins parsing a MimeMessage.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MimeKitMimeMessageBeginEventArgs
      MimeKitMimeMessageEndEventArgs

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

The MimeMessageBeginEventArgs type exposes the following members.

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