Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph do not returns first email of the branch #1610

Open
2 tasks
gangstabob opened this issue Feb 6, 2024 · 0 comments
Open
2 tasks

Graph do not returns first email of the branch #1610

gangstabob opened this issue Feb 6, 2024 · 0 comments

Comments

@gangstabob
Copy link

gangstabob commented Feb 6, 2024

Bug Report

Description

Microsoft Graph API does not return the first user-sent message in a thread initiated by the user.

Console Errors: N/A

Screenshots: N/A

Steps to Reproduce

  1. Use the following GET request to retrieve emails: GET https://graph.microsoft.com/v1.0/me/messages?$search="(to:username@companyname.io OR from:username@companyname.io) AND received>=2023-11-01 AND received<=2023-11-19"&$select=subject,toRecipients,from,ccRecipients
  2. Observe that all emails meeting the condition are returned except for the very first message in a thread initiated by the user.

Expected behavior: The Microsoft Graph API should return all emails meeting the specified condition, including the very first message in a thread initiated by the user.

Actual behavior: The API does not return the first user-sent message in a thread initiated by the user.

Additional Context

A similar issue was discussed in this thread: Link to Discord Thread

Usage Information

Request ID - N/A (No Graph API error response received)

SDK Version - "@microsoft/microsoft-graph-client": "^3.0.6",

  • Node (Check, if using Node version of SDK)

Node Version - "@types/node": "^20.3.1", "ts-node": "^10.9.1",

  • Browser (Check, if using Browser version of SDK)

Browser Name - N/A

Version - N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant