How can create a simple program to modify Windows Address Book and Outlook Address Book entries?
August 13, 2008 7:53 AM
Subscribe
I'd like to create a simple program that would modify the phone numbers in my MS Windows and MS Outlook Address Books (reason is we got new area codes). What is the simplest programming language on windows and best way to get this done by directly accessing the address books (without exporting to CSV)?
I've done some VBS with WMI, Windows batch scripting, perl, python, javascript, PHP.. so I understand programming but not programming with MS Windows DLLs and COMs and APIs etc.
I've done some searching and found it quite complicated to work with VC++ or a similar language on MS Windows so far. Any input would be much appreciated. Thank you very much in advance.
posted by mrbloo to computers & internet (8 comments total)
Here's a good article on how to get started with Outlook VBA.
posted by fusinski at 8:22 AM on August 13, 2008