php-ews
php-ews copied to clipboard
Move Folders
curious if the move Item can Accept a Folder. So for instance if there is folder: Inbox ->2020->Working Folder And i need to move the foder and all contents to Inbox->Archive->2020 So the end result would be the folder now exists at : Inbox->Archive->2020->Working Folder
I know it can be done as the method exists for the folder Object:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.exchange.webservices.data.folder.move?view=exchange-ews-api
Please aadvise