Questions tagged [outlook-api]
120 questions
0
votes
1 answer
Outlook REST API. How to start new thread on forward message?
First i want to ask how the Outlook client decides if a message that the user wrote should be in the same thread(conversation) or in a new one on forward of a message.
From my observations it checks the subject, but does it check also something…

D. Gencheva
- 226
- 3
- 11
0
votes
1 answer
outlook api push notification response
I'm setting up push notification using the outlook api, the server is written in nodejs. This is the post request the client makes for the subscription
POST /api/v2.0/me/subscriptions HTTP/1.1
Host: outlook.office.com
Content-Type:…

Kashif Iqbal
- 153
- 9
0
votes
1 answer
Are Folder IDs unique across Users on Outlook's Mail API?
I want to be able to reference folderNames via folderIds in my data store. Will there be a situation where there are duplicate folderIds?

Benson Wally Tran
- 329
- 2
- 11
0
votes
3 answers
It is possible to authenticate in Yammer and Outlook with rest api?
I am trying to integrate Yammer and Outlook using the Rest API, I can read the emails but I have an error returned when reading data from yammer. The documentation is unclear about it, can they help?
0
votes
2 answers
Getting "An action can only be invoked as a 'POST' request" when I am trying to call outlook restful api
Currently working with the outlook api, even tough I usually work with the outlook library acquired via Nuget; I have reached a limitation where I am not able to accept event invitations. So I proceeded in making a a restful call out to the the…

EasyE
- 560
- 5
- 26
0
votes
1 answer
Outlook call only returning 10 items per call
Currently using the outlook v2.0 , which is really new for me and I have come upon an unforeseen issue. Currently I have my authentication and am able to create my outlook client with out a problem. However, after making a test run on a mailbox…

EasyE
- 560
- 5
- 26
0
votes
3 answers
What does "Mailbox Info Stale" mean when returned from Microsofts Outlook Mail API?
I've got an app that synchs with Microsoft Outlook accounts. It was working quite well as early as last night, but have lately run in to a problem: every time I make an API call I get this error:
{"error"=>{"code"=>"MailboxInfoStale",…

octopushugs
- 147
- 1
- 4
- 13
0
votes
1 answer
Adding users to Exchange admin role groups via API?
Is it possible to add users/members to Exchange admin role groups via an API? The equivalent PowerShell cmdlet would be Add-RoleGroupMember and the specific group I wish to add to is View-only Organization Management.
Microsoft Graph has an endpoint…

Ian
- 241
- 3
- 16
0
votes
1 answer
Outlook Javascript API - open external web page
Quick question about the new Outlook Javascript based API - I wan't to open an external web page, obviously window.open does the job very well.
It works on Outlook Web, but on desktop, it looks like the browser opened is tied to the appointment in…

alek kowalczyk
- 4,896
- 1
- 26
- 55
0
votes
2 answers
Filtering Outlook Calendar API results by date
I'm using Node (specifically the node-outlook npm module) to pull through my Outlook.com calendar and the base request is working. I'm getting back results from the API, but I'm having trouble with the oData request parameters to only reutrn results…

LDJ
- 6,896
- 9
- 52
- 87
0
votes
1 answer
Get ErrorInternalServerTransientError when querying outlook rest api
i get Get ErrorInternalServerTransientError when querying outlook rest api:
"code":"ErrorInternalServerTransientError","message":"An internal
server error occurred. Try again later."
I have got the access token,how to solve it

Mike
- 1
-1
votes
2 answers
python exe runs fine manually, but in windows task scheduler it start and then it crashes
I created an exe with auto-py-to-exe (onefile).
the exe works fine, but when I want to run this automatically in windows task manager the exe does start, but throw out an error on the location of my file.
data.json
data.json file is in the same…

Dimyvm
- 1
-1
votes
1 answer
python win32com.client outlook application is not filtering received emails
I wrote the code as below, but it doesn't do a time filter. what am i doing wrong?
import win32com.client
import os
from datetime import datetime, timedelta
outlook = win32com.client.Dispatch("Outlook.Application").GetNamespace("MAPI")
# setup…

yunusemredemirbas
- 112
- 8
-1
votes
1 answer
Laravel 5.1 package to read email from Gmail, Yahoo, Outlook and other email accounts
I have noticed that there are some individual packages to fetch email from various email accounts. Is there one package that will get email from Gmail, Yahoo, Outlook and other email accounts?

techwestcoastsfosea
- 686
- 3
- 10
- 21
-2
votes
1 answer
Control Outlook Programmatically from a Client-side JS Script
At the click of an HTML button, I want Outlook to open on the client (given that it is installed of course).
More specifically, the New Email dialog should open.
Now the tricky part: I should be able to prefill fields like To, CC, Subject, Body and…

chrikrah
- 181
- 9