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