python-o365
python-o365 copied to clipboard
HTML or html body_type in all references
This line is the only one which the body_type = "html" is in lower case. Should it be in uppercase like the rest of references?
https://github.com/O365/python-o365/blob/6df9fb1c79f465f22d621cf024a15f01caa02943/O365/message.py#L406
i don't think so
Why the default value of body_type is "HTML" with upper case? https://github.com/O365/python-o365/blob/5081c944f49443c7d797266fbcdb0b0133284077/O365/message.py#L283
Thank you
The default is html.
why is upper case? I don’t remember why… If there’s a. Bug please submit a PR.
Thanks
Thank you, I'll investigate and try it and if I find out an issue I'll submit a PR.
Thanks