MailMill COM 1.0 Documentation

Mail object:
Main object to create and send email.
COM Class:
MailMill.Mail
Implented Interface:
IMailMill dual interface
Properties:
Name Description
Attachments Gets a reference to an array of Attachment objects.
AuthType Gets or sets an MM_AUTH_TYPE value that represents the way to be authenticated on the SMTP Server.
AuthLogin Sets a string that represents the login to be used on the SMTP Server.
AuthPassword Sets a string that represents the password to be used on the SMTP Server.
Bccs Gets a reference to an array containing the message blind carbon copy recipients (the BCC field).
Ccs Gets a reference to an array containing carbon copy recipients (the CC field).
Charset Gets or sets a string that specifies a character set for the message.
Encrypt Gets or sets a boolean value that indicates whether the message needs to be encrypted.
EncryptionAlgorithm Gets or sets a MM_ENCRYPTION_ALGORITHM value that specifies the algorithm used to encrypt the message.
From Gets or sets a string that specifies the sender's email address.
Headers Gets a reference to a collection containing message header fields.
HtmlBaseLocation Gets or sets a string that specifies the full path where HTML referenced images are stored.
HtmlBody Gets or sets a string that is the html body.
Priority Gets or sets an integer value that specifies the message priority.
ReceiversCertificateLocation Gets or sets a MM_STORE_LOCATION value that specifies the location of receivers certificates.
ReplyTo Gets a reference to a collection containing the addresses to reply to (the Reply-To field).
SenderCertificateLocation Gets or sets a MM_STORE_LOCATION value that specifies the sender's certificate location.
Server Gets or sets a string that specifies the SMTP server.
Sign Get or sets a MM_SIGN_MODE value that specifies if the message will be signed, and how it will be signed.
Subject Gets or sets a string that specifies the message subject.
TextBody Gets or sets a string that specifies the text note.
Tos Gets a reference an array containing recipients (the To field).
Methods:
Name Description
Save Saves the current message to the specified path.
Send Sends the current message.
CreateEmailAddress Helper function that builds a full email address from a display name and an email address.
LoadHtmlBody Loads the HtmlBody property from a file and sets the HtmlBaseLocation property.
SetLicense Sets the license key to unlock features which are not part of the Standard license.
See also:
MailMill Component

 

Copyright © Active+ Software 2005 - All rights reserved