AddEmail includes the following VBA samples:
SimpleSend Sample
Location: AddEmail\Samples\Access\SimpleSend.adp
AddEmail\Samples\Excel\SimpleSend.xls
SimpleSend sample demonstrates how to send text or HTML e-mails synchronously using SimpleSend.
HtmlMail Sample
Location: AddEmail\Samples\Access\HtmlMail.adp
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.
SendAsync Sample
Location: AddEmail\Samples\Access\SendAsync.adp
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.