| MailReceiptSaveProviderMailCC Property |
Namespace:
Dynamicweb.DataManagement
Assembly:
Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax [AddInParameterGroupAttribute("Mail configuration")]
[AddInParameterAttribute("MailReceiptSaveProvider.RecipientCCEmail")]
[AddInLabelAttribute("Recipient CC e-mail")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "NewGUI=true")]
public string MailCC { get; set; }
<AddInParameterGroupAttribute("Mail configuration")>
<AddInParameterAttribute("MailReceiptSaveProvider.RecipientCCEmail")>
<AddInLabelAttribute("Recipient CC e-mail")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "NewGUI=true")>
Public Property MailCC As String
Get
Set
Property Value
Type:
StringSee Also