Hi,
I want to write a script which permits a user to modify his Contacts, can you help me ?
thanks,
Hi,
I want to write a script which permits a user to modify his Contacts, can you help me ?
thanks,
You can use Python-COM bindings to use Outlook's COM object and achieve what you want.
Here's a nice tutorial on how to use Python with COM.