Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
mailMessageId |
The mail message identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The mail message, if it exists.
Nano.MailMessageName | Description | Type | Additional information |
---|---|---|---|
bcc |
Gets or sets the BCC. |
string |
None. |
cc |
Gets or sets the cc. |
string |
None. |
date |
Gets or sets the date. |
date |
None. |
from |
Gets or sets from. |
string |
None. |
subject |
Gets or sets the subject. |
string |
None. |
to |
Gets or sets to. |
string |
None. |
mailMessageBody |
Gets or sets the mail message body. |
integer |
None. |
id |
Gets or sets the mail message identifier. |
integer |
None. |
apps |
Gets or sets the app identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "bcc": "sample String 1", "cc": "sample String 2", "date": "2025-05-01T03:31:35.1168292Z", "from": "sample String 4", "subject": "sample String 5", "to": "sample String 6", "mailMessageBody": "1", "id": "7", "apps": [ "1", "2" ] }
text/html
Sample:
{"bcc":"sample String 1","cc":"sample String 2","date":"2025-05-01T03:31:35.1168292Z","from":"sample String 4","subject":"sample String 5","to":"sample String 6","mailMessageBody":"1","id":"7","apps":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.