I'm currently building a Ruby SDK for the Graph API.
I'm working with delta queries on the message resource endpoints, specifically list-messages.
I need to specify two preferences utilizing the Prefer header(s):
- allow unsafe HTML -
"outlook.allow-unsafe-html"
- maximum items per page/request -
"odata.maxpagesize={num}"
There aren't any examples in the docs showing how this can be accomplished. I'm not sure whether they need to be concatenated into a single value or whether to specify multiple HTTP headers (or if this is even supported). Clarification here would be super helpful