Dynamicweb 8 Documentation
eCommerce.Cart.SendingConfirmationMailArgs Constructor

Syntax
'Declaration
 
Public Function New( _ 
   ByVal mailMessage As MailMessage, _ 
   ByVal recipient As MailAddress, _ 
   ByVal order As Order, _ 
   ByVal moduleSettings As ModuleSettings _ 
)
public eCommerce.Cart.SendingConfirmationMailArgs( 
   MailMessage mailMessage,
   MailAddress recipient,
   Order order, 
   ModuleSettings moduleSettings 
)

Parameters

mailMessage
recipient
order
moduleSettings
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

eCommerce.Cart.SendingConfirmationMailArgs Class
eCommerce.Cart.SendingConfirmationMailArgs Members

Send Feedback