OpenXchangeClient.Model.MailComposeAttachment (open_xchange_client v0.10.1)

An attachment object.

Link to this section Summary

Link to this section Types

@type t() :: %OpenXchangeClient.Model.MailComposeAttachment{
  cid: String.t() | nil,
  contentDisposition: String.t() | nil,
  id: String.t() | nil,
  mimeType: String.t() | nil,
  name: String.t() | nil,
  origin: String.t() | nil,
  size: integer() | nil
}