Click or drag to resize
MimeKit

MessageSentEventArgs Constructor

Initializes a new instance of the MessageSentEventArgs class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public MessageSentEventArgs(
	MimeMessage message,
	string response
)

Parameters

message  MimeMessage
The message that was just sent.
response  String
The response from the server.
Exceptions
ExceptionCondition
ArgumentNullException

message is null.

-or-

response is null.

Remarks
Creates a new MessageSentEventArgs.
See Also