office365api - Adding contacts to outlook -


i using outlook rest api , need add thousands contacts. searching how add range of contacts except adding each separately. idea?

yes can accessing batch endpoint in o365. can post contacts of 20 contacts in 1 batch.

check out details of batch endpoint in o365: https://msdn.microsoft.com/office/office365/api/batch-outlook-rest-requests

hope helps.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -