C# Класс MailKit.MessagesVanishedEventArgs

Event args used when a message vanishes from a folder.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MessagesVanishedEventArgs ( IList uids, bool earlier ) : System

Initializes a new instance of the MailKit.MessagesVanishedEventArgs class.

Creates a new MessagesVanishedEventArgs.

Описание методов

MessagesVanishedEventArgs() публичный Метод

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.
Результат System