| OrderSendTo Method (PageView, String, 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 bool SendTo(
ref PageView pageView,
string subject,
string toMailAddress,
string fromMailAddress,
string fromMailName,
ref Template mailTemplate
)
<ObsoleteAttribute("Use Ecommerce.Services.Orders.SendEmail instead.")>
Public Function SendTo (
ByRef pageView As PageView,
subject As String,
toMailAddress As String,
fromMailAddress As String,
fromMailName As String,
ByRef mailTemplate As Template
) As Boolean
Parameters
- pageView
- Type: Dynamicweb.FrontendPageView
- subject
- Type: SystemString
- toMailAddress
- Type: SystemString
- fromMailAddress
- Type: SystemString
- fromMailName
- Type: SystemString
- mailTemplate
- Type: Dynamicweb.RenderingTemplate
Return Value
Type:
BooleanSee Also