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.3.0
Syntax
C#
public MessagesVanishedEventArgs(
	IList<UniqueId> uids,
	bool earlier
)

Parameters

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