Samples

<< Click to Display Table of Contents >>

Navigation:  Samples and Tutorials > VBScript >

Samples

 

AddEmail includes the following VBScript samples:

 

SimpleSend Sample

 

Location: AddEmail\Samples\VBS\SimpleSend.vbs

 

SimpleSend sample demonstrates how to send text or HTML e-mails synchronously using SimpleSendScriptable.

 

SimpleSendAttachment Sample

 

Location: AddEmail\Samples\VBS\SimpleSendAttachment.vbs

 

SimpleSendAttachment sample demonstrates how to send text or HTML e-mails with attachments synchronously using SimpleSendAttachmentScriptable.

 

HtmlMail Sample

 

Location: AddEmail\Samples\VBS\HtmlMail.vbs

 

HtmlMail sample demonstrates how to send HTML e-mails with attachments synchronously using SendScriptable. This sample also shows how to set alternative text-only body of e-mail.

 

ImportHtmlWithImages Sample

 

Location: AddEmail\Samples\VBS\ImportHtmlWithImages\

 

ImportHtmlWithImages sample demonstrates how to import HTML file with embedded images using ImportHTML.

 

EmbeddedImages Sample

 

Location: AddEmail\Samples\VBS\EmbeddedImages\

 

EmbeddedImages sample demonstrates how to create and send HTML e-mails with embedded images using Send.