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
A collection of attachments for the current message. Read-only.
Syntax
Attachments As IASAttachments
NoteText Property
The body text of the current message.
Syntax
NoteText As String
Originator Property
An object that represents the originator of the current message. Read-only.
Syntax
Originator As IASMailRecipient
Recipients Property
A collection of recipients of the current message. Read-only.
Syntax
Recipients As IASMailRecipients
Subject Property
The subject text of the current message.
Syntax
Subject As String
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.