  | MailFormSaveProviderMailTo Property  | 
  
    Namespace: 
   Dynamicweb.DataManagement
    Assembly:
   Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax[AddInParameterGroupAttribute("Mail configuration")]
[AddInParameterAttribute("MailFormSaveProvider.RecipientEmail")]
[AddInLabelAttribute("Recipient e-mail")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "NewGUI=true")]
public string MailTo { get; set; }<AddInParameterGroupAttribute("Mail configuration")>
<AddInParameterAttribute("MailFormSaveProvider.RecipientEmail")>
<AddInLabelAttribute("Recipient e-mail")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "NewGUI=true")>
Public Property MailTo As String
	Get
	SetProperty Value
Type: 
String
See Also