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