ExternalMailboxEmailSummaryDtoPagedResult
Properties
| Name | Type | Description |
|---|---|---|
| data | array of ExternalMailboxEmailSummaryDto | |
| totalCount | integer | |
| offset | integer | |
| limit | integer | |
| hasMore | boolean |
JSON Example
{
"data": [
{
"uniqueId": "...",
"direction": "...",
"subject": "...",
"fromEmail": "...",
"fromName": "..."
}
],
"totalCount": 0,
"offset": 0,
"limit": 0,
"hasMore": false
}