C# Class MailKit.ModSeqChangedEventArgs

Event args for the IMailFolder.ModSeqChanged event.
Event args for the IMailFolder.ModSeqChanged event.
Inheritance: MessageEventArgs
显示文件 Open project: jstedfast/MailKit Class Usage Examples

Public Methods

Method 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

Method Description
ModSeqChangedEventArgs ( int index )

Initializes a new instance of the MailKit.ModSeqChangedEventArgs class.

Creates a new ModSeqChangedEventArgs.

Method Details

ModSeqChangedEventArgs() public method

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 method

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.