![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Create and display an email
From: Adam Endicott <leftwing17@gmail.com>
Date: Thu Sep 15 2005 - 22:37:04 CEST
Thanks for the MAPI suggestion. I did a bit more googling, and combined
================================
Everything I saw just had "Outlook.Application" on line 3, but that was
pywintypes.com_error: (-2147221005, 'Invalid class string', None, None)
Looking in the makepy generated file for Outlook, I saw:
# This CoClass is known by the name 'Outlook.Application.11'
referring to the Application class. So I tried that and it worked. I
The other thing to note is that this still gave me an error:
pywintypes.com_error: (-2147024770, 'The specified module could not be
if Outlook was not actually open and running. Also, I believe the
Hopefully somebody else can find this useful.
|