  | OrderSendTo Method (PageView, String, ListString, 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,
	List<string> toMailAddresses,
	string fromMailAddress,
	string fromMailName,
	ref Template mailTemplate
)<ObsoleteAttribute("Use Ecommerce.Services.Orders.SendEmail instead.")>
Public Function SendTo ( 
	ByRef pageView As PageView,
	subject As String,
	toMailAddresses As List(Of String),
	fromMailAddress As String,
	fromMailName As String,
	ByRef mailTemplate As Template
) As BooleanParameters
- pageView
 - Type: Dynamicweb.FrontendPageView
 - subject
 - Type: SystemString
 - toMailAddresses
 - Type: System.Collections.GenericListString
 - fromMailAddress
 - Type: SystemString
 - fromMailName
 - Type: SystemString
 - mailTemplate
 - Type: Dynamicweb.RenderingTemplate
 
Return Value
Type: 
Boolean
See Also