| MailFormSaveProviderMailFromName Property |
Namespace:
Dynamicweb.DataManagement
Assembly:
Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax [AddInParameterGroupAttribute("Mail configuration")]
[AddInParameterAttribute("MailFormSaveProvider.SenderName")]
[AddInLabelAttribute("Sender name")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "NewGUI=true")]
public string MailFromName { get; set; }
<AddInParameterGroupAttribute("Mail configuration")>
<AddInParameterAttribute("MailFormSaveProvider.SenderName")>
<AddInLabelAttribute("Sender name")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "NewGUI=true")>
Public Property MailFromName As String
Get
Set
Property Value
Type:
StringSee Also