microsoftgraph / microsoftgraph/msgraph-sdk-dotnet

Unable to Read Bulk Emails with Expand Attachments filters Using Microsoft Graph API's

Open
#1,775 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Needs: Attention :wave:
Dominant language
C#
Stars
789
Forks
264
Avg merge
15h 17m
Merged PRs (30d)
3

Description

Description:

we are unable to Read bulk emails and we are getting the error below.

Reference Document Links:

https://learn.microsoft.com/en-us/training/modules/optimize-network-traffic/

Installed Packages are:

NuGet\Install-Package Microsoft.Identity.Client -Version 4.49.1
NuGet\Install-Package Microsoft.Graph -Version 4.50.0
NuGet\Install-Package Microsoft.Extensions.Configuration -Version 7.0.0
NuGet\Install-Package Microsoft.Extensions.Configuration.FileExtensions -Version 7.0.0
NuGet\Install-Package Microsoft.Extensions.Configuration.Json -Version 7.0.0
Error Message :

RailySend Email Failed. Send Email Failed One or more errors occurred.  Status Code: NotFound
Microsoft.Graph.ServiceException: Code: ErrorItemNotFound
Message: The specified object was not found in the store., Cannot create a message.
Inner error:
      AdditionalData:
      date: 2023-01-17T13:46:39
      request-id: 69a0f44c-ff5e-49b7-a618-048261f0c47a
      client-request-id: 69a0f44c-ff5e-49b7-a618-048261f0c47a
ClientRequestId: 69a0f44c-ff5e-49b7-a618-048261f0c47a

at Microsoft.Graph.HttpProvider.d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.BaseRequest.d__40.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.BaseRequest.d__33.MoveNext()

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Microsoft Graph API request that reads bulk emails using the Expand Attachments filters and review the installed Microsoft.Graph 4.50.0 package context. Reproduce the ErrorItemNotFound response from the provided message, then determine the missing request details needed to confirm the failure and define a verified fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.