Dynamicweb 8 Documentation
RenderVoucherMail Method

Voucher object
User Name
User email to send voucher to
Renders the mail tamplate for thr vouchers
Syntax
'Declaration
 
Public Shared Function RenderVoucherMail( _ 
   ByVal voucher As Voucher, _ 
   ByVal userName As String, _ 
   ByVal userEmail As String _ 
) As String
public static string RenderVoucherMail( 
   Voucher voucher,
   string userName,
   string userEmail 
)

Parameters

voucher
Voucher object
userName
User Name
userEmail
User email to send voucher to
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

Voucher Class
Voucher Members

Send Feedback