Internet headers are not returned for mail in sent folder of the user

Offen
#1,891 2 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen

Dieses Issue hat noch niemand übernommen.

Bewertung

Schwierigkeit
5/5
Geschätzter Aufwand
Über eine Woche
Anfängerfreundlichkeit
25/100
Issue-Typ
Bug
Klarheit
Muss geklärt werden
Aktivitätsstatus
Veraltet
Tech-Stack
typescript
Bereich
api

Rechercherichtung

Start by reproducing the Microsoft Graph request against a message in the user's Sent folder, comparing .select('internetheaders') with fetching and parsing the raw message. Verify whether the limitation is in the TypeScript SDK or the Graph API; done means identifying a supported retrieval path or documenting that no SDK-side fix is possible.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Beschreibung

I am building a solution using the Microsoft Graph API where the goal is to retrieve the internet headers of the parent email (the email being replied to). After sending a mail, it appears in my "Sent" folder, and I am trying to reply to it.

I am unable to fetch the internet headers for the parent email, which is critical for propagating important information through my add-in. I tried using both .select('internetheaders') as well as fetching raw message and parsing the MIME content.

I can however fetch the internet headers using the recipient's account. when the mail is in Inbox folder.

This issue is a significant blocker as it prevents the correct propagation of essential security information needed for the add-in to function properly.

I would appreciate any resolution or workaround as soon as possible to address this issue.

Adding the sender to the recipients list is one possible workaround, but I prefer not to use it as it's not a conventional approach.

Vorherrschende Sprache
TypeScript
Sterne
833
Forks
240
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
  3. Forken Sie das Repository und arbeiten Sie in einem Branch.
  4. Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.

Mehr aus microsoftgraph/msgraph-sdk-javascript

Alle Issues in microsoftgraph/msgraph-sdk-javascript

Ähnliche Issues

Weitere Issues zu TypeScript

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.