Hi
I am using the following snippet below to read from a Outlook subfolder
which works well but how do I reference a Public subfolder
Works -
Dim oInbox As Outlook.MAPIFolder =
oNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderInbox)
SubFolder = oInbox.Folders("test")
How would I change this to reference the public folder located at -
/public folders/all public folders/internalcompany/scan
TIA
Dwight
Archived from group: microsoft>public>vb>enterprise