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

Aperta
#1,891 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
typescript
Ambito
api

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
TypeScript
Stelle
833
Fork
240
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di microsoftgraph/msgraph-sdk-javascript

Tutte le issue di microsoftgraph/msgraph-sdk-javascript

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.