microsoftgraph / msgraph-sdk-ruby

Microsoft Graph Ruby client library for v1 APIs
https://graph.microsoft.com
MIT License
100 stars 68 forks source link

Add internetMessageId to microsoft.graph.message xml #31

Closed nunosilva800 closed 2 years ago

nunosilva800 commented 6 years ago

Not sure if this file is auto generated or not (if it is, please close this PR and update the metadata schema! :stuck_out_tongue: )

I found the internetMessageId was missing from a Message (internetMessageHeaders as well, but that one does not even show up in the graph explorer...)

ref: https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/message

MIchaelMainer commented 6 years ago

This file is published here: https://graph.microsoft.com/v1.0/$metadata

Last time we checked, which was a while ago, there was an issue creating the object model from the metadata file. We recognize that we have work to do on this.