Click or drag to resize
MimeKit

MessageLabelsChangedEventArgs(Int32, UniqueId, IListString) 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,
	UniqueId uid,
	IList<string> labels
)

Parameters

index  Int32
The message index.
uid  UniqueId
The unique id of the message.
labels  IListString
The message labels.
Exceptions
ExceptionCondition
ArgumentNullExceptionlabels is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
See Also