Click or drag to resize

LiveIntegrationAddInNotificationEmailSenderEmail Property

Gets or sets notification sender email

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Notification sender e-mail")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=NewUIinput;")]
[AddInParameterGroupAttribute("E) Notifications")]
[AddInParameterOrderAttribute(270)]
public string NotificationEmailSenderEmail { get; set; }

Property Value

Type: String
The notification email sender email.

Implements

ISettingsNotificationEmailSenderEmail
See Also