Table of Contents

Namespace Mailtrap.Inbound.Requests

Classes

CreateInboundFolderRequest

Request object for creating an inbound folder.

CreateInboundInboxRequest

Request object for creating an inbound inbox.
Omit DomainId for a Mailtrap-hosted inbox; set it to create a custom-domain (catch-all) inbox.

ForwardInboundMessageRequest

Request body for forwarding an inbound message.
Requires at least one To recipient. From is rejected for Mailtrap-hosted inboxes and required for custom-domain inboxes. The body may be omitted, since the original message is quoted automatically.

ReplyInboundMessageRequest

Request body for replying to (or reply-all-ing) an inbound message.
From is rejected for Mailtrap-hosted inboxes and required for custom-domain inboxes. A body (Text and/or Html) is required by the API for reply and reply_all.

UpdateInboundFolderRequest

Request object for updating an inbound folder.

UpdateInboundInboxRequest

Request object for updating an inbound inbox.