Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 649 Bytes

File metadata and controls

13 lines (9 loc) · 649 Bytes

ElasticEmail.Model.BodyPart

Email body part with user-provided MIME type (text/html, text/plain, etc)

Properties

Name Type Description Notes
ContentType BodyContentType
Content string Actual content of the body part [optional]
Charset string Text value of charset encoding for example: iso-8859-1, windows-1251, utf-8, us-ascii, windows-1250 and more... [optional]

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