| 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). |