Questions tagged [outlook-api]

120 questions
1
vote
1 answer

What is the expiry time of refresh token issued by Microsoft Azure OAuth2.0?

What is the expiry time of the refresh_token issued by Azure OAuth2.0 using the following link : POST /{tenant}/oauth2/v2.0/token HTTP/1.1 Host: https://login.microsoftonline.com Sample response : { "access_token":…
Paras
  • 3,191
  • 6
  • 41
  • 77
1
vote
1 answer

What are the accepted datetime format in outlook api while creating events?

I am trying to create an event using Microsoft Graph API. The thing which is a bit confusing are date type parameters such as start which is of type dateTimeTimeZone which has two properties, dateTime and timeZone. { "subject": "Test body event…
Paras
  • 3,191
  • 6
  • 41
  • 77
1
vote
1 answer

Get all messages from Outlook API

I'm consuming the Outlook API, attempting to access all messages from an inbox which contains ~45,000 messages (and other folders such as Sent Items). The main request I'm making is to https://outlook.office.com/api/v2.0/me/messages. If I add…
James I
  • 198
  • 1
  • 14
1
vote
1 answer

Microsoft Outlook API Integration with other JEE environment

I'm new to Office 365 Outlook API, I have followed this tutorials from Microsoft to deal with their API. https://learn.microsoft.com/en-us/outlook/rest/java-tutorial But in my case I need the integration in the opposite side, I want to add the code…
Kamilia
  • 195
  • 1
  • 2
  • 13
1
vote
0 answers

Outlook REST API - How to get In-Reply-To header

I found this thread: Office 365 Rest API read the In-Reply-To field, but there is no follow up on what happened with this request (or at least I can't find any). I need to know what is the In-Reply-To header for a reply Draft message, so I can send…
D. Gencheva
  • 226
  • 3
  • 11
1
vote
1 answer

Unable to Open a link from Outlook Ribbon is javascript API without being a popup window

I am creating an outlook add-in with the Javascript API, and the ribbon has a button defined as below...