C# Class MailKit.MessagesVanishedEventArgs

Event args used when a message vanishes from a folder.
Inheritance: System.EventArgs
Afficher le fichier Open project: jstedfast/MailKit Class Usage Examples

Méthodes publiques

Méthode Description
MessagesVanishedEventArgs ( IList uids, bool earlier ) : System

Initializes a new instance of the MailKit.MessagesVanishedEventArgs class.

Creates a new MessagesVanishedEventArgs.

Method Details

MessagesVanishedEventArgs() public méthode

Initializes a new instance of the MailKit.MessagesVanishedEventArgs class.
Creates a new MessagesVanishedEventArgs.
/// is null. ///
public MessagesVanishedEventArgs ( IList uids, bool earlier ) : System
uids IList The list of unique identifiers.
earlier bool If set to true, the messages vanished in the past as opposed to just now.
Résultat System