tags:

views:

61

answers:

2

Hi,

I want to write a script which permits a user to modify his Contacts, can you help me ?

thanks,

+3  A: 

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.

Pablo Santa Cruz
A: 

thanks a lot for your response.

said omar