Click or drag to resize

AnalyticsEmailSendNotificationArgs Class

Provides information about email notifications that are being sent.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.ExtensibilityCancelableNotificationArgs
      Dynamicweb.Analytics.NotificationsAnalyticsEmailSendNotificationArgs

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class EmailSendNotificationArgs : CancelableNotificationArgs

The AnalyticsEmailSendNotificationArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel (Inherited from CancelableNotificationArgs.)
Public propertyNotification
Gets or sets the corresponding email notification.
Public propertyService
Gets or sets the service that will be used to dispatch notifications.
Public propertyVisitors
Gets or sets the list of visitors that are the subject of this email notification.
Top
See Also