Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 634 Bytes

SendSmtpEmailAttachment.md

File metadata and controls

11 lines (8 loc) · 634 Bytes

SendSmtpEmailAttachment

Properties

Name Type Description Notes
Url string Absolute url of the attachment (no local file). [optional] [default to null]
Content string Base64 encoded chunk data of the attachment generated on the fly [optional] [default to null]
Name string Required if content is passed. Name of the attachment [optional] [default to null]

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