Email Incoming Messages
An EmailIncomingMessage is an audit log designed to track status of email to inbox uploads.
List Email Incoming Messages
SDK Method
emailincomingmessage.List()
Return Object
[]*EmailIncomingMessage
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Additional Arguments
The EmailIncomingMessage Object
Some of the methods above return a EmailIncomingMessage object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Id int64 | Id of the Email Incoming Message |
| InboxId int64 | Id of the Inbox associated with this message |
| Sender string | Sender of the email |
| SenderName string | Sender name |
| Status string | Status of the message Possible values: success, partial_failure, failure, skipped |
| Body string | Body of the email |
| Message string | Message describing the failure |
| CreatedAt date-time | Message creation date/time |
| InboxTitle string | Title of the Inbox associated with this message |