Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 590 Bytes

MessageAttachment.md

File metadata and controls

13 lines (9 loc) · 590 Bytes

ElasticEmail.Model.MessageAttachment

Properties

Name Type Description Notes
BinaryContent byte[] File's content as byte array (or a Base64 string)
Name string Display name of the file
ContentType string MIME content type [optional]
Size int Size of your attachment (in bytes). [optional]

[Back to Model list] [Back to API list] [Back to README]