G
Guest
Hello,
I have a script that looking for a contact in the default contact folder using
set myOlApp = CreateObject("Outlook.Application")
set myNameSpace=myOlApp.GetNameSpace("MAPI")
set oCurrentFolder=myNameSpace.GetDefaultFolder(10)
I'm looking for a script that search in all contacts folders I have (I have
several contacts folders)
Thanks
I have a script that looking for a contact in the default contact folder using
set myOlApp = CreateObject("Outlook.Application")
set myNameSpace=myOlApp.GetNameSpace("MAPI")
set oCurrentFolder=myNameSpace.GetDefaultFolder(10)
I'm looking for a script that search in all contacts folders I have (I have
several contacts folders)
Thanks