Click or drag to resize
MimeKit

MessageFlagsChangedEventArgs(Int32, UniqueId, MessageFlags, ISetString, UInt64) Constructor

Initializes a new instance of the MessageFlagsChangedEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public MessageFlagsChangedEventArgs(
	int index,
	UniqueId uid,
	MessageFlags flags,
	ISet<string> keywords,
	ulong modseq
)

Parameters

index  Int32
The message index.
uid  UniqueId
The unique id of the message.
flags  MessageFlags
The message flags.
keywords  ISetString
The user-defined message flags.
modseq  UInt64
The modification sequence value.
Exceptions
ExceptionCondition
ArgumentNullExceptionkeywords is null.
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
See Also