| OrderSendTo Method (PageView, String, String, String, Template) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Ecommerce.Services.Orders.SendEmail instead.")]
public static bool SendTo(
ref PageView pageView,
string orderId,
string toMailAddress,
string fromMailAddress,
ref Template mailTemplate
)
<ObsoleteAttribute("Use Ecommerce.Services.Orders.SendEmail instead.")>
Public Shared Function SendTo (
ByRef pageView As PageView,
orderId As String,
toMailAddress As String,
fromMailAddress As String,
ByRef mailTemplate As Template
) As Boolean
Parameters
- pageView
- Type: Dynamicweb.FrontendPageView
- orderId
- Type: SystemString
- toMailAddress
- Type: SystemString
- fromMailAddress
- Type: SystemString
- mailTemplate
- Type: Dynamicweb.RenderingTemplate
Return Value
Type:
BooleanSee Also