You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem you are facing is that someone has to know how this works, Microsoft has only c# examples, which mostly works without much modification and using await keywords only.
this library is only port of c# version, if this works in c# side it should work here. but if that does not work in c#, then it definitely not going to work here.
I have been using ews-javascript-api for fetching the emails and attachments. The below code fails to fetch the .msg file attachments.
Approach 1: Works for non .msg file attachments but fails for .msg file type:
**await file.Load()**
Approach 2: Fails to fetch the .msg file type attachment (Refer below code).
The text was updated successfully, but these errors were encountered: