Click or drag to resize

EmailSendNotificationArgs Constructor (MailMessage, SmtpClient, Boolean, Boolean)

Initializes a new instance of the EmailSendNotificationArgs class

Namespace:  Dynamicweb.Mailing.Notifications
Assembly:  Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax
public EmailSendNotificationArgs(
	MailMessage message,
	SmtpClient sender,
	bool wasSent,
	bool isHandled
)

Parameters

message
Type: System.Net.MailMailMessage
sender
Type: System.Net.MailSmtpClient
wasSent
Type: SystemBoolean
isHandled
Type: SystemBoolean
See Also