 | CheckoutOptionsSuppressConfirmationEmail Property |
Suppresses the confirmation email that NetFORUM normally sends the purchasing user after checkout completes
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic bool SuppressConfirmationEmail { get; set; }Public Property SuppressConfirmationEmail As Boolean
Get
Set
public:
property bool SuppressConfirmationEmail {
bool get ();
void set (bool value);
}member SuppressConfirmationEmail : bool with get, set
Property Value
Boolean
See Also