bielawb / EWS

Exchange Web Services PowerShell module
MIT License
26 stars 12 forks source link

New-EWSFolder fails with ParentName #33

Open bielawb opened 5 years ago

bielawb commented 5 years ago

It's a bug that my colleague came across while creating folders in EWS.

It looks like ParentName is not working as expected and creates folders in a different place than expected.

Repro: connect to another mailbox, use ParentName to specify location of new folder. Result: folder is created in the user mailbox, instead of mailbox that EWS module is connected to.