Click or drag to resize

EcommerceOrderBeforeSendingOrderFlowEmailArgs Constructor

Namespace:  Dynamicweb.Ecommerce.Notifications
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public BeforeSendingOrderFlowEmailArgs(
	Order order,
	string subject,
	List<string> toMailAddresses,
	string fromMailAddress,
	string fromMailName,
	string htmlBody
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
subject
Type: SystemString
toMailAddresses
Type: System.Collections.GenericListString
fromMailAddress
Type: SystemString
fromMailName
Type: SystemString
htmlBody
Type: SystemString
See Also