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
if I pass single argument to folder.FindFolders function, it throw an error.
I have check the source code, it seem have a bug at this line:
return this.Service.FindFolders(this.Id, view);
In my case, it will pass the null to Service.FindFolders function. Please help to check, thanks.
if I pass single argument to folder.FindFolders function, it throw an error.
I have check the source code, it seem have a bug at this line:
return this.Service.FindFolders(this.Id, view);
In my case, it will pass the null to Service.FindFolders function. Please help to check, thanks.
ews-javascript-api/src/js/Core/ServiceObjects/Folders/Folder.ts:
The text was updated successfully, but these errors were encountered: