Click or drag to resize
MimeKit

MimeMessageEndEventArgs Properties

The MimeMessageEndEventArgs type exposes the following members.

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
See Also