Hi,
I'm trying to make my code a bit more efficient, I've got a few variables (in red) dimensioned as objects & was wondering if there were proper types for these?
fso =
objAllFolders
objPublicFolders
Cheers
Sharon
I'm trying to make my code a bit more efficient, I've got a few variables (in red) dimensioned as objects & was wondering if there were proper types for these?
Code:
Set
Code:
CreateObject("Scripting.FileSystemObject")
Set ol = Outlook.Application
Set olns = ol.GetNamespace("MAPI")
Set
Code:
= olns.Folders("Public Folders")
Set
Code:
= objAllFolders.Folders("All Public Folders")
Cheers
Sharon