C# Class MailKit.ModSeqChangedEventArgs

Event args for the IMailFolder.ModSeqChanged event.
Event args for the IMailFolder.ModSeqChanged event.
Inheritance: MessageEventArgs
Afficher le fichier Open project: jstedfast/MailKit Class Usage Examples

Méthodes publiques

Méthode Description
ModSeqChangedEventArgs ( int index, UniqueId uid, ulong modseq )

Initializes a new instance of the MailKit.ModSeqChangedEventArgs class.

Creates a new ModSeqChangedEventArgs.

ModSeqChangedEventArgs ( int index, ulong modseq )

Initializes a new instance of the MailKit.MessageFlagsChangedEventArgs class.

Creates a new MessageFlagsChangedEventArgs.

Private Methods

Méthode Description
ModSeqChangedEventArgs ( int index )

Initializes a new instance of the MailKit.ModSeqChangedEventArgs class.

Creates a new ModSeqChangedEventArgs.

Method Details

ModSeqChangedEventArgs() public méthode

Initializes a new instance of the MailKit.ModSeqChangedEventArgs class.
Creates a new ModSeqChangedEventArgs.
public ModSeqChangedEventArgs ( int index, UniqueId uid, ulong modseq )
index int The message index.
uid UniqueId The unique id of the message.
modseq ulong The modification sequence value.

ModSeqChangedEventArgs() public méthode

Initializes a new instance of the MailKit.MessageFlagsChangedEventArgs class.
Creates a new MessageFlagsChangedEventArgs.
public ModSeqChangedEventArgs ( int index, ulong modseq )
index int The message index.
modseq ulong The modification sequence value.