Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.35 KB

BodyPart.md

File metadata and controls

19 lines (14 loc) · 1.35 KB

ElasticEmail.model.body_part.BodyPart

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

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Email body part with user-provided MIME type (text/html, text/plain, etc)

Dictionary Keys

Key Input Type Accessed Type Description Notes
ContentType BodyContentType BodyContentType
Content str, str, Actual content of the body part [optional]
Charset str, str, Text value of charset encoding for example: iso-8859-1, windows-1251, utf-8, us-ascii, windows-1250 and more... [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

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