Click or drag to resize
MimeKit

MessagesVanishedEventArgs Constructor

Initializes a new instance of the MessagesVanishedEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public MessagesVanishedEventArgs(
	IList<UniqueId> uids,
	bool earlier
)

Parameters

uids  IListUniqueId
The list of unique identifiers.
earlier  Boolean
If set to , the messages vanished in the past as opposed to just now.
Exceptions
ExceptionCondition
ArgumentNullExceptionuids is .
Remarks
Creates a new MessagesVanishedEventArgs.
See Also