MailMessage Object
The MailMessage object represents an email message. The MailMessage object is available to the Briefcase object.
MailMessage Object Properties
The MailMessage object provides the following properties, most of which are read-only. To affect some read-only properties requires user interaction or custom event procedures.
Attachments Property
NoteText Property
Originator Property
An object that represents the originator of the current message. Read-only.
Syntax
Originator As IASMailRecipient
Recipients Property
Subject Property
MailMessage Object Methods
The MailMessage object methods affect the current MailMessage object. They are described below.
Clean Method
Removes all properties from the current MailMessage object.
Syntax
Clean()
Parameters
This method accepts no parameters.