Uses of Class
io.mailtrap.model.request.inbound.InboundReplyRequest
Packages that use InboundReplyRequest
-
Uses of InboundReplyRequest in io.mailtrap.api.inbound
Methods in io.mailtrap.api.inbound with parameters of type InboundReplyRequestModifier and TypeMethodDescriptionInboundMessages.reply(long inboxId, String messageId, InboundReplyRequest request) Reply to a message (to the original sender).InboundMessagesImpl.reply(long inboxId, String messageId, InboundReplyRequest request) InboundMessages.replyAll(long inboxId, String messageId, InboundReplyRequest request) Reply to a message and copy the original's other recipients.InboundMessagesImpl.replyAll(long inboxId, String messageId, InboundReplyRequest request)