Mime |
public class MimeEntityBeginEventArgs : EventArgs
The MimeEntityBeginEventArgs type exposes the following members.
Name | Description | |
---|---|---|
MimeEntityBeginEventArgs(MimeEntity) | Initialize a new instance of the MimeEntityBeginEventArgs class. | |
MimeEntityBeginEventArgs(MimeEntity, Multipart) | Initialize a new instance of the MimeEntityBeginEventArgs class. |
Name | Description | |
---|---|---|
BeginOffset | Get or set the stream offset that marks the beginning of the entity. | |
Entity | Get the MIME entity. | |
LineNumber | Get or set the line number of the beginning of the entity. | |
Parent | Get the parent Multipart if this entity is a child. |
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) |