Hello,
I'm looking for a VBS that look for a contact in all contacts folders.
I have a script that looking 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 script to search in all contacts folders I have
2. I create a new Contact from and I would like that all the existing
contact will use this form while I open the contacts
Thanks
Hollis D. Paul - 25 Nov 2005 04:07 GMT
> 2. I create a new Contact from and I would like that all the existing
> contact will use this form while I open the contacts
Go to www.outlook-code.com and search using the term "default", without
the quotes. All will be revealed.
http://www.outlookcode.com/d/newdefaultform.htm
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Mukilteo, WA USA