| MailSaveProviderRecipientCCAddressItemField Property |
Namespace:
Dynamicweb.ItemCreator.Providers
Assembly:
Dynamicweb.ItemCreator (in Dynamicweb.ItemCreator.dll) Version: 2.0.2
Syntax [AddInParameterGroupAttribute("Mail configuration")]
[AddInParameterAttribute("MailSaveProvider.RecipientCCEmailItemField")]
[AddInLabelAttribute("Use item field")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;htmlClass=MailProviderItemFieldList")]
public override string RecipientCCAddressItemField { get; set; }
<AddInParameterGroupAttribute("Mail configuration")>
<AddInParameterAttribute("MailSaveProvider.RecipientCCEmailItemField")>
<AddInLabelAttribute("Use item field")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "NewGUI=true;htmlClass=MailProviderItemFieldList")>
Public Overrides Property RecipientCCAddressItemField As String
Get
Set
Property Value
Type:
StringSee Also