Replies: 1 comment
-
Check the MS Graph docs under the internet message headers article. That will answer your question. |
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
-
Hello,
I am working on a service that uses O365 for email automation and I need to ask a specific question about how this library handles multi-valued HTTP headers.
Consider a scenario when I request HTTP headers for messages as such
get_messages(query=mb.q().select('internet_message_headers'))
I am wondering how header dictionaries store multi-valued headers.
Are they comma separated as a string, like so:
OR are they appended to a list, like so:
Beta Was this translation helpful? Give feedback.
All reactions