Forum Discussion
kelvinteo
Jun 22, 2023Copper Contributor
Finding hidden email folders
Hi all! I have discovered that it is possible to hide email folders in Exchange using property “0x10F4000B” and setting the value to “true”. Is it possible to scan through all the email accou...
VasilMichev
Jun 22, 2023MVP
Depends on what you understand as PowerShell 🙂
The built-in cmdlets do not expose this property, afaik. You can however use an EWS-based script or the Outlook object model, here's a sample solution written by Diane: https://www.slipstick.com/outlook/delete-outlooks-default-folders/#ps
The built-in cmdlets do not expose this property, afaik. You can however use an EWS-based script or the Outlook object model, here's a sample solution written by Diane: https://www.slipstick.com/outlook/delete-outlooks-default-folders/#ps