| LiveIntegrationAddInNotificationEmail Property |
Gets or sets notification email
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Notification recipient e-mail")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;")]
[AddInParameterGroupAttribute("E) Notifications")]
[AddInParameterOrderAttribute(230)]
public string NotificationEmail { get; set; }
<AddInParameterAttribute("Notification recipient e-mail")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;")>
<AddInParameterGroupAttribute("E) Notifications")>
<AddInParameterOrderAttribute(230)>
Public Property NotificationEmail As String
Get
Set
Property Value
Type:
StringThe notification email.
Implements
ISettingsNotificationEmailSee Also