969 questions
0
votes
1
answer
19
views
MS Graph SDK - How to perform date range query to get emails in certain time frame?
I'm using the python MS graph sdk to try to perform a query. I'm able to successfully get all of the user's emails, but I can't seem to be able to use the sdk to get the emails from a certain time ...
1
vote
0
answers
92
views
Create a new message with itemAttachment
Because Microsoft is phasing out EWS in a rather unusual fashion I am rewriting all of my code to use Microsoft Graph. Some things are quite easy and neat to rewrite. Copying a Message is not one of ...
1
vote
2
answers
22
views
Understanding backed reconcile keys for Email Grouping in Outlook's "Show as Conversation" View
I'm seeking your assistance to better understand how the Outlook client groups emails when the "Show as conversation" view is enabled for the same email chain. I have reviewed the email ...
0
votes
1
answer
53
views
Outlook graphQL Api reading contacts misses a lot of contacts
I developed a query for Outlook contacts using GraphQL via the API.
However, in the Outlook web interface, you can see that under 'All Contacts' there are many more contacts displayed than those I get ...
0
votes
0
answers
61
views
How to check if an Outlook email is 'Confidential', 'Encrypt Only', or 'Do Not Forward' in add-in using Office.js/Graph API or other methods?
I'm developing an Outlook add-in using React, and I need to check whether the currently opened email is marked as confidential or not. Specifically, I need to identify if the email has any encryption ...
0
votes
0
answers
22
views
outlook office adins are not able to read email during reply
I need to read the email when I am in the reply (compose) mode in outlook adins using javascript so that I can analyze the email that I am replying to and populate the reply based on the content of ...
0
votes
1
answer
131
views
How to create read-only calendars in Outlook.com
This is a question how to best architect a solution.
I run an application that generates calendar events. Now several of our users want these events in their preferred calendar app. So we built a ...
1
vote
0
answers
72
views
How to create an outlook calendar event without registering an app on azure
I want to create a program that creates a calendar event on Outlook that contains a teams meeting link and invites other people to it. From the Microsoft Graph API documentation, it seems that I have ...
-1
votes
0
answers
80
views
MSAL Outlook Graph API Not returning refresh token with access token
I am creating an auth flow for the user to allow Mail sending through our app for email automation so therefore I need to store the accessToken and the refreshToken in my DB to automatically send ...
0
votes
1
answer
121
views
unable to get the emails from outlook by using graph api - getting NullReferenceException: Object reference not set to an instance of an object error
unable to get the emails from outlook by using graph api get method
public List<Message> GetAllMails()
{
List<Message> mails = new List<Message>();
//var ...
1
vote
0
answers
103
views
How to send / download an Outlook image attachment using Power Automate
How to download an Outlook image attachment using Power Automate:
I am trying to download an image using Power Automate, but it gives me data instead of an image in the email body.
"attachments&...
0
votes
1
answer
133
views
How to Fetch All Group Calendars in My Tenant Using Delegated Permissions?
I'm currently working on fetching the list of groups using app-only permissions and accessing group calendars using delegated permissions. However, I am facing limitations where I can only fetch ...
0
votes
1
answer
115
views
message count obtained in outlook folder graph query is not equal to count of actual messages in folder
generally in graph we can obtain the high level details of a folder using folder query and next level details such as the data of emails were obtained using message query usually the high level data ...
0
votes
1
answer
553
views
MSAL.js "offline_access" Scope Missing from Token Response
unable to see offline_access Scope Missing from Token Response
I'm using MSAL.js in my Outlook Add-in to authenticate users and obtain tokens. My configuration includes the offline_access scope, but ...
0
votes
0
answers
88
views
Microsoft Graph API returns question marks for non ascii names
I am seeing an issue where the display name returned by the list rules API (https://learn.microsoft.com/en-us/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0&tabs=http) is a string of ...