Samples
Previous  Top  Next


AddEmail includes the following Visual Basic 6 samples:

SimpleSend Sample

Location: AddEmail\Samples\VB6\SimpleSend\

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

SimpleSendAttachment Sample

Location: AddEmail\Samples\VB6\SimpleSendAttachment\


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

HtmlMail Sample

Location: AddEmail\Samples\VB6\HtmlMail\


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

ImportHtmlWithImages Sample

Location: AddEmail\Samples\VB6\ImportHtmlWithImages\

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

EmbeddedImages Sample

Location: AddEmail\Samples\VB6\EmbeddedImages\

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

EnterpriseMail Sample

Location: AddEmail\Samples\VB6\EnterpriseMail\

EnterpriseMail sample demonstrates features of AddEmail Enterprise version. It shows how to queue and send multiple e-mails simultaneously using AddEmail multi-threading support. This sample also shows how to process events from SmtpMail object. In addition, this sample also shows how to send e-mails directly to recipients' mail servers without using outgoing mail server of your organization or internet provider.

SendAsync Sample

Location: AddEmail\Samples\VB6\SendAsync\

HtmlMail sample demonstrates how to send HTML e-mails with attachments asynchronously using SendAsync. This sample also shows how to process events from SmtpMail object.