Click or drag to resize

EmailSendNotificationArgs Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Mailing.NotificationsEmailSendNotificationArgs

Namespace:  Dynamicweb.Mailing.Notifications
Assembly:  Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax
public class EmailSendNotificationArgs : NotificationArgs

The EmailSendNotificationArgs type exposes the following members.

Constructors
  NameDescription
Public methodEmailSendNotificationArgs(MailMessage, SmtpClient)
Initializes a new instance of the EmailSendNotificationArgs class
Public methodEmailSendNotificationArgs(MailMessage, SmtpClient, Boolean, Boolean)
Initializes a new instance of the EmailSendNotificationArgs class
Top
Properties
See Also