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