Common states
Dugble email messages can report states such as:Retrieve the current state
Retrieve a message withGET /emails/{message_id}. The last_event field represents the latest known delivery state.
Delivery does not mean inbox placement
Adelivered event means the recipient’s mail system accepted the message. It does not guarantee that the message was placed in the inbox rather than another folder.
Inspect the event history
For more detail, retrieve the message’s delivery events withGET /emails/{message_id}/events. See Email Events.