ConfirmationEmailOverridesOverrideBccAddresses Property
List of email addresses to BCC on each confirmation email.
If not specified, netFORUM will use the BCC addresses configured on the Correspondence Template being used.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public List<string> OverrideBccAddresses { get; set; }
Public Property OverrideBccAddresses As List(Of String)
Get
Set
public:
property List<String^>^ OverrideBccAddresses {
List<String^>^ get ();
void set (List<String^>^ value);
}
member OverrideBccAddresses : List<string> with get, set
Property Value
ListString