When I count my archive folder via the following powershell command
" Get-Mailboxfolderstatistics -Identity "mymail" -Archive -FolderScope RecoverableItems -IncludeAnalysis
I am getting about 20K in messages. This includes the /deletetions folder under it.
Any idea why when I go into the same archive folder with the mapi tool and browse to /deletions I get a higher count than the powershell count. I'd expect it to be lower. Is the Mapi tool counting more than just the # of messages?
" Get-Mailboxfolderstatistics -Identity "mymail" -Archive -FolderScope RecoverableItems -IncludeAnalysis
I am getting about 20K in messages. This includes the /deletetions folder under it.
Any idea why when I go into the same archive folder with the mapi tool and browse to /deletions I get a higher count than the powershell count. I'd expect it to be lower. Is the Mapi tool counting more than just the # of messages?