Click or drag to resize
MimeKit

MessageEventArgs Class

Event args used when the state of a message changes.
Inheritance Hierarchy

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class MessageEventArgs : EventArgs

The MessageEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodMessageEventArgs(Int32) Initializes a new instance of the MessageEventArgs class.
Public methodMessageEventArgs(Int32, UniqueId) Initializes a new instance of the MessageEventArgs class.
Top
Properties
 NameDescription
Public propertyIndex Gets the index of the message that changed.
Public propertyUniqueId Gets the unique ID of the message that changed, if available.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks
Event args used when the state of a message changes.
See Also