Could you help me?
How to do compare two public folders .pst files and export into excel?
Any guidance would be appreciated.
Thanks
Printable View
Could you help me?
How to do compare two public folders .pst files and export into excel?
Any guidance would be appreciated.
Thanks
Ok so u want to compare two folders with files. It have to give output as diffrence of files from two folders. Am I right?
aren't .pst files containing outlook folders?
westcoonn
yes it is.
vitoo
yes compare two folders and output as difference of files from two folders
Set oRecip = olNs.CreateRecipient("Mailbox - Support, Mailbox")
oRecip.Resolve
If oRecip.Resolved Then
Set oFolder = oNS.GetSharedDefaultFolder(oRecip, olFolderInbox)
olFoderinbox shows 6
but i need to go in support mailbox folder called support
i need to go that folder it shows 8
but if i write
Set oFolder = oNS.GetSharedDefaultFolder(oRecip, olFolderSupport)
it shows empty.