A
Abhijat
Hi group,
I need some help regarding accessing .pst folder using VBA. I want to
replicate the code code below (done for Inbox) for a folder in my .pst
(the path of .pst file is say "C:\Outlook\Personal Folders.pst"
Set ns = appOl.GetNamespace("MAPI")
Set Inbox = ns.GetDefaultFolder(olFolderInbox)
For Each Item In Inbox.Items
---
---
Next Item
Any help in this regard with be truly appreciated.
Best Regards,
Abhijat
I need some help regarding accessing .pst folder using VBA. I want to
replicate the code code below (done for Inbox) for a folder in my .pst
(the path of .pst file is say "C:\Outlook\Personal Folders.pst"
Set ns = appOl.GetNamespace("MAPI")
Set Inbox = ns.GetDefaultFolder(olFolderInbox)
For Each Item In Inbox.Items
---
---
Next Item
Any help in this regard with be truly appreciated.
Best Regards,
Abhijat