[python-win32] Using Simple MAPI with MS Outlook 2007

2007-03-31 Thread Tomer Haimovich
Hi there, I'd like to send emails from a Python program using Simple MAPI. I've tried this code: http://mail.python.org/pipermail/python-list/2004-December/298066.html and it works well with Outlook Express 6 and Thunderbird 1.5, but it doens't work at all with Microsoft Outlook 2007. I keep gett

[python-win32] access to attribute non-(full)-Ascii

2007-03-31 Thread Michel Claveau
Hi! >From Python+PyWin32, when I want access to properties (attributes) containing some characters no-Ascii (e.g. letters with accents, or unicode characters), Python screech! I need this in bridges Python-Javascript (via ActiveScripting or via drive InternetExplorer.Application). When I cont