Mime |
public class MimeMessageBeginEventArgs : EventArgs
The MimeMessageBeginEventArgs type exposes the following members.
Name | Description | |
---|---|---|
MimeMessageBeginEventArgs(MimeMessage) | Initialize a new instance of the MimeMessageBeginEventArgs class. | |
MimeMessageBeginEventArgs(MimeMessage, MessagePart) | Initialize a new instance of the MimeMessageBeginEventArgs class. |
Name | Description | |
---|---|---|
BeginOffset | Get or set the stream offset that marks the beginning of the message. | |
LineNumber | Get or set the line number of the beginning of the message. | |
Message | Get the message that was parsed. | |
Parent | Get the parent MessagePart if this message is an attachment. |
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) |