I need to set a Variable to a subfolder.. cant remember how!!
the subfolder will be 5 to 6 deep
Personal Folders > Folder1 > SubFolder1 > SubFolder2 etc
Set oApp = New Outlook.Application
Set oNs = oApp.GetNamespace("MAPI")
Set oFld = oNs.Folders("Personal Folders")
whats next?




Reply With Quote