| Class |
Description |
|
EmailArray
|
The EmailArray object stores email addresses. |
|
Mail
|
Main object to create and send email. |
|
MailAttachment
|
The MailAttachment object represents a message attachment. To add a message attachment, create a new MailAttachment object, set the attachment properties or call the Load method, and finally add this attachment to the Mail.Attachments object throught the Mail.Attachments.Add method. To automatically create and load a new MailAttachment into the Mail.Attachments object, pass a string file name to the Mail.Attachements.Add method. |
|
MailAttachments
|
The MailAttachments.object stores MailAttachment objects. |
|
MailHeaders
|
The MailHeaders object stores DictionaryEntries containing mail headers fields. |
|
MailMillException
|
The exception that is thrown when an error occurs in the MailMill class library. |