Forum Discussion
MustangProgrammer
Sep 17, 2021Copper Contributor
Outlook 365 client vs Microsoft Graph API
Does anyone know if the Outlook 365 Client is communicating with the cloud using some sort of MAPI or is it using HTTP like Microsoft Graph? Trying to determine why the Microsoft graph portion of my...
pvanberlo
Sep 17, 2021MCT
It depends on which client, but let’s assume we’re talking Outlook on Windows then yes, it will likely use MAPI over HTTP.
Which Graph API resource are you using? If specific attributes are not returned, did you try to force them to be returned using the $select operator?
Which Graph API resource are you using? If specific attributes are not returned, did you try to force them to be returned using the $select operator?