| 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
)
Public Sub New (
order As Order,
subject As String,
toMailAddresses As List(Of String),
fromMailAddress As String,
fromMailName As String,
htmlBody As String
)
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