Replies: 1 comment
-
|
All classes refer to their MSDN documentation for further details. The docs you linked to has a reference to https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/item where you can see a description of the two attributes. In exchangelib, the field returns objects of type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To my knowledge, the body of an email can be HTML or plain text. Is it possible to distinguish whether the
bodyof a message is HTML or plain text?According to the docs https://ecederstrand.github.io/exchangelib/exchangelib/items/index.html#exchangelib.items.Item, items have the two attributes
bodyandtext_body. Unfortunately, these aren't documented. What is their difference?Beta Was this translation helpful? Give feedback.
All reactions