Click or drag to resize
CMSEmailNotificationGateway Class
Base class for e-mail notification gateways.
Inheritance Hierarchy
SystemObject
  CMS.Notifications.Web.UICMSNotificationGateway
    CMS.Notifications.Web.UICMSEmailNotificationGateway

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class CMSEmailNotificationGateway : CMSNotificationGateway

The CMSEmailNotificationGateway type exposes the following members.

Constructors
  NameDescription
Public methodCMSEmailNotificationGateway
Top
Properties
  NameDescription
Public propertyGatewayName
Gets or sets the code name of the notification gateway.
(Inherited from CMSNotificationGateway.)
Public propertyNotificationGatewayForm
Gets or sets the notification gateway form.
(Inherited from CMSNotificationGateway.)
Public propertyNotificationGatewayObj
Gets the notification gateway object.
(Inherited from CMSNotificationGateway.)
Public propertyNotificationSubscriptionControl
Gets or sets notification subscription control where the notification gateway form is placed on.
(Inherited from CMSNotificationGateway.)
Public propertyNotificationSubscriptionObj
Subscription information the gateway use when sending notification.
(Inherited from CMSNotificationGateway.)
Public propertyResolver
Macro resolver for resolving macros in notification messages.
(Inherited from CMSNotificationGateway.)
Top
Methods
See Also