  | MailFormSaveProviderMailFromNameUseField Property  | 
  
    Namespace: 
   Dynamicweb.DataManagement
    Assembly:
   Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax[AddInParameterGroupAttribute("Mail configuration")]
[AddInParameterAttribute("MailFormSaveProvider.UseFormFieldForSenderName")]
[AddInLabelAttribute("Get from form")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "jsOnClick=ShowFieldSelector('MailFormSaveProvider.SenderName', this)")]
public bool MailFromNameUseField { get; set; }<AddInParameterGroupAttribute("Mail configuration")>
<AddInParameterAttribute("MailFormSaveProvider.UseFormFieldForSenderName")>
<AddInLabelAttribute("Get from form")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "jsOnClick=ShowFieldSelector('MailFormSaveProvider.SenderName', this)")>
Public Property MailFromNameUseField As Boolean
	Get
	SetProperty Value
Type: 
Boolean
See Also