To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Represents an email message
Implements: StandardMessage
Properties
| Name | Returns | Notes |
|---|---|---|
| attachedMessages | List<StandardMessage> | Not implemented |
| attachments | List<Attachment> | Returns a list of <a href="RepoMailboxStandardMessage.MyAttachment.html">MyAttachment</a> objects |
| bcc | List<MailboxAddress> | |
| cc | List<MailboxAddress> | |
| contentLanguage | String | |
| disposition | String | |
| encoding | String | |
| from | MailboxAddress | |
| headers | Map<String,String> | |
| html | String | |
| replyTo | MailboxAddress | |
| size | int | |
| subject | String | |
| text | String | |
| to | List<MailboxAddress> |