Questions tagged [outlook-restapi]

The Outlook REST APIs include the Mail, Calendar, and Contacts APIs in Office 365.

Welcome to the outlook-restapi tag! Please use this tag to find answers, ask questions, and answer questions about using the Outlook REST APIs.

The Outlook REST APIs are comprised of three distinct APIs that provide access to users' data in Office 365:

  • Mail API: Used to manipulate mail and mail folders.
  • Calendar API: Used to manipulate events and calendars.
  • Contacts API: Used to manipulate contacts and contact folders.

Getting Started

Want to explore and play with the APIs? Check out the Office 365 OAuth Sandbox. You can quickly issue queries against your own data, or against a sandboxed environment.

The Outlook Dev Center has getting started guides in a number of different languages. Start from scratch and end with a working app that retrieves messages from the inbox.

Looking for code samples? Check out the Office Dev Center's Code Samples page. PHP, Node.js, Rails, and more!

Looking for more information, or just want to keep abreast of updates to the APIs? Follow the Outlook REST APIs team's blog.

966 questions
-1
votes
1 answer

Oauth2 url and offline access scope for microsoft outlook rest api

Have some serious doubt as to what to use when implementing Outlook REST API for processing mails of users... Regarding OAuth2 URL: the php client example specifies "https://login.microsoftonline.com" but the msdn docs specifies…
Crystal Paladin
  • 579
  • 5
  • 26
-1
votes
1 answer

want to implement Outlook REST API for WebAPI (stateless). to get all events and sync my app events in to Outlook calender

Platform : WebAPI (StateLess). there is no webpage/HTML page on my app. Get all events add events from My DB (my application database)
-2
votes
1 answer

Outlook mail authentication

I have created an REST API and it will be consumed from an outlook web mail addins which I also build. Now, I want to make sure that only those who logged-in in Outlook web mail can get access to my API. So my question now, is how to get the active…
-2
votes
1 answer

creating outlook add-in for for outlook 2018

I am working on a project where I would create an extension in outlook that would allow you to see how many emails you received and sent for a certain email (@edu.com). I also want to be able to see things like time received, if the person…
lets0code
  • 153
  • 3
  • 17
-2
votes
1 answer

Outlook 365 REST API endpoint Validity

In our code we are using the below REST API Endpoint https://outlook.office365.com/api/{version}/{user_context} There was a mention in this link(https://msdn.microsoft.com/en-us/office/office365/api/use-outlook-rest-api) that the above REST API…
Rinchu
  • 1
-6
votes
1 answer

Read email account from Outlook 365 Exchange using Rest Api

I am trying to access a mail account in the same way as you would by using LDAP and then accessing emails. But this client is using Outlook 365 Exchange. So do I need to use the Outlook Rest Api? I found this…
user315891
  • 1
  • 1
  • 3
1 2 3
64
65