Click or drag to resize
MimeKit

ModSeqChangedEventArgs(Int32, UniqueId, UInt64) Constructor

Initializes a new instance of the ModSeqChangedEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public ModSeqChangedEventArgs(
	int index,
	UniqueId uid,
	ulong modseq
)

Parameters

index  Int32
The message index.
uid  UniqueId
The unique id of the message.
modseq  UInt64
The modification sequence value.
Remarks
Creates a new ModSeqChangedEventArgs.
See Also