The
Message object holds a collection of lines that defines the e-mail message in
MIME format. The Message object supports the following properties and
methods:
| | Name | Description | |
| | Attachment | Gets the attachment given its index. | |
| | AttachmentsCount | Gets the count of message attachments. | |
| | Count | Gets the number of the lines in the message including the message's header. | |
| | From | Gets the message's sender. | |
| | Header | Retrieves the header field attributes giving the name for the header field. | |
| | HTML | Gets the message's html text. | |
| | ID | Gets the message's identifier. | |
| | Index | Gets the index of the message on the server. | |
| | Line | Gets the line in the message giving its index. | |
| | Load | Loads the message from a file. | |
| | Refresh | Refreshes the message. | |
| | Save | Saves the message to a file. | |
| | Size | Specifies the message's size. | |
| | Subject | Gets the subject of the message. | |
| | Text | Gets the message's plain text. | |
| | UserData | Retrieves or sets an extra value associated to the object. | |