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