[][src]Module mailslurp::models::email_projection

Structs

EmailProjection

EmailProjection : A compact representation of a full email. Used in list endpoints to keep response sizes low. Body and attachments are not included. To get all fields of the email use the getEmail method with the email projection's ID. See EmailDto for documentation on projection properties.