wodSmtp ActiveX Control - SmtpMsg Object
    
 
Description

SmtpMsg Class


Object Model





Remarks

Holds all available information about the message.


Members
Methods
Attach Adds new attachment to the message.
AttachText Adds new attachment to the message, from string.
Embed Adds new embedded image to the message.
EmbedText Adds new embedded image to the message, from string.
EncodeHeader Encodes message header.
EncodeText Encodes message text.
Encrypt Digitally encrypts the message.
Load Loads message from the file on disk.
Save Copies message to file on disk.
Sign Digitally signs the message.
SignDKIM Adds DKIM signature to the message.

Properties
BCC Read-write property Holds blind carbon copy recipients.
Body Read-write property Holds complete body of message, including headers.
CC Read-write property Holds carbon copy recipients.
ContentDescription Read-write property Holds Content-Description header.
ContentDisposition Read-write property Holds Content-Disposition header.
ContentID Read-write property Holds Content-ID header.
ContentTransferEncoding Read-write property Holds Content-Transfer-Encoding header.
ContentType Read-write property Holds Content-Type header.
Date Read-write property Holds message Date, if available.
From Read-write property Holds sender of the message.
FromEmail Read-only property Returns Email of the sender, if found.
FromName Read-only property Returns Name of the sender, if found.
Headers Read-only property References collection of headers for the message.
HTMLText Read-write property Holds text/html part of the message.
MessageID Read-write property Holds Message-ID header.
MIMEVersion Read-write property Holds MIME-Version header.
Parts Read-only property References collection of parts for the message.
PlainText Read-write property Holds text/plain part of the message.
Priority Read-write property Determines message priority.
ReplyTo Read-write property Holds value of Reply-To header.
Size Read-only property Holds size of message text, in bytes.
Subject Read-write property Holds subject of the message.
Tag Read-write property Tag for miscellaneous use.
Text Read-write property Holds body (without headers).
To Read-write property Holds recipient of the message.
ToEmail Read-only property Returns Email of the recipient, if found.
ToName Read-only property Returns Name of the recipient, if found.