1

Is there any way to pull data from something like a GAL(global address list) in outlook on the web? An example would be to be able to search for a contact and then taking their data from the server to be stored to local variables.

Only Use the [outlook.office.com] website it going to run in node.js

Is there any other way to use create new app registrations in the Azure Management Portal?

J.LK
  • 13
  • 2

1 Answers1

0

You will have to use Exchange Web Services to search the GAL, as I don't think the People REST API can search it:

FindPeople operation: https://msdn.microsoft.com/en-us/library/office/jj191039(v=exchg.150).aspx

Eric Legault
  • 5,706
  • 2
  • 22
  • 38