MailMill .NET Class Library

Mail Properties

The properties of the Mail class are listed below. For a complete list of Mail class members, see the Mail Members topic.

Public Instance Properties

Attachments Gets a MailAttachments object that contains the MailAttachment objects.
AuthLogin Specifies the login to be used on the SMTP Server during the authentication process.
AuthPassword Specifies the password to be used during the authentication process.
AuthType Gets or sets an MM_AUTH_TYPE value that specifies the method to be authenticate on the SMTP Server.
Bccs Gets an EmailArray object that contains the blind carbon copy recipients.
Ccs Gets an EmailArray object that contains the carbon copy recipients.
Charset Gets or sets a string that specifies the character set for the message.
Encrypt Gets or sets a boolean value that indicates whether or not the message needs to be encrypted.
EncryptionAlgorithm Gets or sets an 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 MailHeaders object that contains message header fields.
HtmlBaseLocation Gets or sets a string that specifies a path to the folder where the images that are referenced by the HTML body are stored.
HtmlBody Gets or sets a string that is the HTML body.
Priority Gets or sets an int value that specifies the message priority.
ReceiversCertificateLocation Gets or sets an MM_STORE_LOCATION value that specifies the location of receivers certificates.
ReplyTo Gets an EmailArray object that contains email addresses to reply the message to.
SenderCertificateLocation Gets or sets an MM_STORE_LOCATION value that specifies the location of the sender's certificate.
Server Gets or sets a string that specifies the SMTP relay server to use to send the message.
SignMode Get or sets a MM_SIGN_MODE value that specifies if the message will be digitally 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 is the text body.
Tos Gets an EmailArray object that contains message recipients.

See Also

Mail Class | MailMill Namespace