MailMill .NET Class Library

MailMill Namespace

Namespace hierarchy

Classes

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.

Enumerations

Enumeration Description
MM_AUTH_TYPE The MM_AUTH_TYPE enumeration type defines the authentication methods that can be used to send messages.
MM_ENCRYPTION_ALGORITHM The MM_ENCRYPTION_ALGORITHM enumeration type defines algorithms that can be used to encrypt messages.
MM_SIGN_MODE The MM_SIGN_MODE enumeration type defines how messages are digitally signed.
MM_STORE_LOCATION The MM_STORE_LOCATION enumeration type defines stored that contains certificates.