C# Класс MailKit.AlertEventArgs

Alert event arguments.
Some IMailStore implementations, such as MailKit.Net.Imap.ImapClient, will emit Alert events when they receive alert messages from the server.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AlertEventArgs ( string message ) : System

Initializes a new instance of the MailKit.AlertEventArgs class.

Creates a new AlertEventArgs.

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

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

Initializes a new instance of the MailKit.AlertEventArgs class.
Creates a new AlertEventArgs.
/// is null. ///
public AlertEventArgs ( string message ) : System
message string The alert message.
Результат System