G
Guest
Hello!
I have an archived PST file open in my Outlook, and I am trying to write
code that will enable me to edit properties of the email items inside this
PST file. I have been using
Set Ns = GetNamespace("MAPI")
Set Inbox = Ns.GetDefaultFolder(olFolderInbox)
but obviously that code only allows you to access the inbox folder in the
MAPI server.
Can anyone help, please? Thanks in Advance.
I have an archived PST file open in my Outlook, and I am trying to write
code that will enable me to edit properties of the email items inside this
PST file. I have been using
Set Ns = GetNamespace("MAPI")
Set Inbox = Ns.GetDefaultFolder(olFolderInbox)
but obviously that code only allows you to access the inbox folder in the
MAPI server.
Can anyone help, please? Thanks in Advance.