Click or drag to resize

EmailSendNotificationArgs Constructor (MailMessage, SmtpClient)

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
)

Parameters

message
Type: System.Net.MailMailMessage
sender
Type: System.Net.MailSmtpClient
See Also