| 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; }
<AddInParameterAttribute("Notification sender e-mail")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=NewUIinput;")>
<AddInParameterGroupAttribute("E) Notifications")>
<AddInParameterOrderAttribute(270)>
Public Property NotificationEmailSenderEmail As String
Get
Set
Property Value
Type:
StringThe notification email sender email.
Implements
ISettingsNotificationEmailSenderEmailSee Also