Click or drag to resize
MimeKit

MessageLabelsChangedEventArgs(Int32, IListString, UInt64) Constructor

Initializes a new instance of the MessageLabelsChangedEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public MessageLabelsChangedEventArgs(
	int index,
	IList<string> labels,
	ulong modseq
)

Parameters

index  Int32
The message index.
labels  IListString
The message labels.
modseq  UInt64
The modification sequence value.
Exceptions
ExceptionCondition
ArgumentNullExceptionlabels is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
See Also