![]() | MimeMessageEndEventArgs Class |
Namespace: MimeKit
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.
|
![]() | 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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |