C# Class MailKit.MessageSentEventArgs

Event args used when a message is successfully sent.
Event args used when message is successfully sent.
Inheritance: System.EventArgs
Datei anzeigen Open project: jstedfast/MailKit Class Usage Examples

Public Methods

Method Description
MessageSentEventArgs ( MimeMessage message, string response ) : System

Initializes a new instance of the MailKit.MessageSentEventArgs class.

Creates a new MessageSentEventArgs.

Method Details

MessageSentEventArgs() public method

Initializes a new instance of the MailKit.MessageSentEventArgs class.
Creates a new MessageSentEventArgs.
/// is null. /// -or- /// is null. ///
public MessageSentEventArgs ( MimeMessage message, string response ) : System
message MimeKit.MimeMessage The message that was just sent.
response string The response from the server.
return System