Dynamicweb 8 Documentation
MailFromUseField Property

Syntax
'Declaration
 
<AddInParameterGroupAttribute("Mail configuration")> 
<AddInParameterEditorAttribute(EditorType=Dynamicweb.Extensibility.Editors.YesNoParameterEditor, Options="jsOnClick=ShowFieldSelector('MailFormSaveProvider.SenderEmail', this)")> 
<AddInLabelAttribute("Get from form")> 
<AddInParameterAttribute("MailFormSaveProvider.UseFormFieldForSenderEmail")> 
Public Property MailFromUseField As Boolean
[AddInParameterGroupAttribute("Mail configuration")] 
[AddInParameterEditorAttribute(EditorType=Dynamicweb.Extensibility.Editors.YesNoParameterEditor, Options="jsOnClick=ShowFieldSelector('MailFormSaveProvider.SenderEmail', this)")] 
[AddInLabelAttribute("Get from form")] 
[AddInParameterAttribute("MailFormSaveProvider.UseFormFieldForSenderEmail")] 
public bool MailFromUseField {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MailFormSaveProvider Class
MailFormSaveProvider Members

Send Feedback