Namespace Mailtrap.Inbound.Models
Classes
- InboundAttachment
Represents attachment metadata on a received message.
DownloadUrl and DownloadUrlExpiresAt are populated only on get-by-id and thread responses.
- InboundFolder
Represents an inbound folder.
- InboundInbox
Represents an inbound inbox.
- InboundMessage
Represents a received inbound message.
Body and raw-message fields (HtmlBody, TextBody, RawMessageUrl, ...) and attachment download URLs are populated on get-by-id; list items carry only the summary fields.
- InboundThread
Represents a conversation thread.
Messages is populated on get-by-id; list items carry only the summary fields.
- InboundThreadMessage
Represents a message inside a thread.
Only VisibilityStatus and Direction are guaranteed; Placeholder entries omit the rest.
- SendMessageResult
Result of a reply, reply-all, or forward operation (each sends a real email).
- ThreadMessageDirection
Direction of a message within a thread.
- ThreadMessageVisibilityStatus
Visibility of a message within a thread.