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
Bug: ATM when you specify the path to non-existing folder, you will get the parent folder instead. Dangerous if you want to automate folder creation/deletion.
Repro:
Get-EWSFolder -Path Inbox\SomeRandomTextHere
Expected result: error.
Actual result: Inbox will be returned if SomeRandomTextHere folder does not exist.
The text was updated successfully, but these errors were encountered:
Bug: ATM when you specify the path to non-existing folder, you will get the parent folder instead. Dangerous if you want to automate folder creation/deletion.
Repro:
Expected result: error.
Actual result: Inbox will be returned if SomeRandomTextHere folder does not exist.
The text was updated successfully, but these errors were encountered: