|
-
Jun 14th, 2010, 04:07 PM
#1
Thread Starter
Addicted Member
set folders
Could you help me?
How to do compare two public folders .pst files and export into excel?
Any guidance would be appreciated.
Thanks
-
Jun 15th, 2010, 02:14 AM
#2
Junior Member
Re: set folders
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?
-
Jun 15th, 2010, 06:21 AM
#3
Re: set folders
aren't .pst files containing outlook folders?
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Jun 15th, 2010, 10:28 AM
#4
Thread Starter
Addicted Member
Re: set folders
westcoonn
yes it is.
vitoo
yes compare two folders and output as difference of files from two folders
-
Jun 15th, 2010, 10:59 AM
#5
Thread Starter
Addicted Member
Re: set 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|