Samples
Previous  Top  Next


AddEmail includes the following Delphi samples:

SimpleSend Sample

Location: AddEmail\Samples\Delphi 7\SimpleSend\

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

SimpleSendAttachment Sample

Location: AddEmail\Samples\Delphi 7\SimpleSendAttachment\

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

HtmlMail Sample

Location: AddEmail\Samples\Delphi 7\HtmlMail\

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

SendAsync Sample

Location: AddEmail\Samples\Delphi 7\SendAsync\

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