ConfirmationEmailOverridesOverrideToAddresses Property
List of email address to send confirmation emails to.
If not specified, netFORUM will send a single confirmation email the Shopping Cart Customer's primary email address.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public List<string> OverrideToAddresses { get; set; }
Public Property OverrideToAddresses As List(Of String)
Get
Set
public:
property List<String^>^ OverrideToAddresses {
List<String^>^ get ();
void set (List<String^>^ value);
}
member OverrideToAddresses : List<string> with get, set
Property Value
ListString