Mime |
public class MimeEntityEndEventArgs : MimeEntityBeginEventArgs
The MimeEntityEndEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MimeEntityEndEventArgs(MimeEntity) | Initialize a new instance of the MimeEntityEndEventArgs class. | |
| MimeEntityEndEventArgs(MimeEntity, Multipart) | Initialize a new instance of the MimeEntityEndEventArgs class. |
| Name | Description | |
|---|---|---|
| BeginOffset |
Get or set the stream offset that marks the beginning of the entity.
(Inherited from MimeEntityBeginEventArgs) | |
| EndOffset | Get or set the stream offset that marks the end of the entity. | |
| Entity |
Get the MIME entity.
(Inherited from MimeEntityBeginEventArgs) | |
| HeadersEndOffset | Get or set the stream offset that marks the end of the entity's headers. | |
| LineNumber |
Get or set the line number of the beginning of the entity.
(Inherited from MimeEntityBeginEventArgs) | |
| Lines | Get or set the content length of the entity as measured in lines. | |
| Parent |
Get the parent Multipart if this entity is a child.
(Inherited from MimeEntityBeginEventArgs) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) |