C# Class 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.
Inheritance: System.EventArgs
Afficher le fichier Open project: jstedfast/MailKit Class Usage Examples

Méthodes publiques

Méthode Description
AlertEventArgs ( string message ) : System

Initializes a new instance of the MailKit.AlertEventArgs class.

Creates a new AlertEventArgs.

Method Details

AlertEventArgs() public méthode

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.
Résultat System