MailMill COM v1.0 Component
Overview:
MailMill COM is a component that allows easy
email creation and sending. This component can be used by languages
supporting COM objects, like Visual Basic, C++, Delphi and in scripting
languages like VBScript and JScript.
Features:
MailMill supports the following features:
- Text and/or HTML format.
- Automatically embed local images that are referenced in the HTML
body.
- Multi-language support (including European, Asian and Arabic
languages).
- Unlimited attachments of any kind.
- Automatically selects the optimal transfer encoding method (7bit,
quoted-printable, base64)
- Sends through SMTP relays, using Basic or NTLM authentication if
necessary.
- S/MIME signing and encryption.
Objects:
| Name |
Description |
| Mail |
Main object used to create and send email
message. |
| MailAttachment |
Object representing a message attachment. |
| MailArray |
Collection of indexed elements. |
| MailCollection |
Collection of key-element pairs. |