I have written a few Python tools in the past to extract data from my Outlook contacts. Now, I am trying to modify my Outlook Contacts. I am finding that my changes are being noted
Solution 1:
I believe there is a .Save() method on the contact, so you need to add:
contact.Save()
Post a Comment for "Modifying Microsoft Outlook Contacts From Python"