Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / EmailList Class / AsyncSendMessage Method / AsyncSendMessage(EmailList,EmailTemplate) Method
The email list to which to send the email
The email template to use for sending the email
Version
AsyncSendMessage(EmailList,EmailTemplate) Method
Asynchronously sends an email message using the given email template to the given email list
Syntax
public static void AsyncSendMessage( 
   EmailList emailList,
   EmailTemplate template
)

Parameters

emailList
The email list to which to send the email
template
The email template to use for sending the email
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