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
Datei anzeigen Open project: jstedfast/MailKit Class Usage Examples

Public Methods

Method Description
AlertEventArgs ( string message ) : System

Initializes a new instance of the MailKit.AlertEventArgs class.

Creates a new AlertEventArgs.

Method Details

AlertEventArgs() public method

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.
return System