Click or drag to resize
MimeKit

MessageFlagsChangedEventArgs Class

Event args for the MessageFlagsChanged event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    MailKitMessageEventArgs
      MailKitMessageFlagsChangedEventArgs

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

The MessageFlagsChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodMessageFlagsChangedEventArgs(Int32, MessageFlags) Initializes a new instance of the MessageFlagsChangedEventArgs class.
Public methodMessageFlagsChangedEventArgs(Int32, MessageFlags, ISetString) Initializes a new instance of the MessageFlagsChangedEventArgs class.
Public methodMessageFlagsChangedEventArgs(Int32, MessageFlags, UInt64) Initializes a new instance of the MessageFlagsChangedEventArgs class.
Public methodMessageFlagsChangedEventArgs(Int32, UniqueId, MessageFlags) Initializes a new instance of the MessageFlagsChangedEventArgs class.
Public methodMessageFlagsChangedEventArgs(Int32, MessageFlags, ISetString, UInt64) Initializes a new instance of the MessageFlagsChangedEventArgs class.
Public methodMessageFlagsChangedEventArgs(Int32, UniqueId, MessageFlags, ISetString) Initializes a new instance of the MessageFlagsChangedEventArgs class.
Public methodMessageFlagsChangedEventArgs(Int32, UniqueId, MessageFlags, UInt64) Initializes a new instance of the MessageFlagsChangedEventArgs class.
Public methodMessageFlagsChangedEventArgs(Int32, UniqueId, MessageFlags, ISetString, UInt64) Initializes a new instance of the MessageFlagsChangedEventArgs class.
Top
Properties
 NameDescription
Public propertyFlags Gets the updated message flags.
Public propertyIndex Gets the index of the message that changed.
(Inherited from MessageEventArgs)
Public propertyKeywords Gets the updated user-defined message flags.
Public propertyModSeq Gets the updated mod-sequence value of the message, if available.
Public propertyUniqueId Gets the unique ID of the message that changed, if available.
(Inherited from MessageEventArgs)
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 for the MessageFlagsChanged event.
See Also