Click or drag to resize
MimeKit

MimeEntityEndEventArgs Properties

The MimeEntityEndEventArgs type exposes the following members.

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