G
Guest
how can i access a specific folder. i tried the following but got an error. note: abc is the name of the folder i am trying to open
Dim newinbox As MAPIFolde
Set newinbox = Application.GetNamespace("MAPI").Folders("abc")
Dim newinbox As MAPIFolde
Set newinbox = Application.GetNamespace("MAPI").Folders("abc")