All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.rocketbase.mail.dto.MessageResponse Maven / Gradle / Ivy

package io.rocketbase.mail.dto;

import java.util.Date;

public class MessageResponse {

    private String to;
    private String cc;
    private String bcc;
    private Date submittedAt;
    private String messageId;
    private Integer errorCode;
    private String message;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy