MailSlurpAPI.Model.SentEmailProjection (mailslurp v15.13.17)
Collection of items
Link to this section Summary
Link to this section Types
@type t() :: %MailSlurpAPI.Model.SentEmailProjection{ attachments: [String.t()], bcc: [String.t()], bodyMD5Hash: String.t() | nil, cc: [String.t()], createdAt: DateTime.t(), from: String.t() | nil, id: String.t(), inboxId: String.t(), subject: String.t() | nil, to: [String.t()], userId: String.t(), virtualSend: boolean() }