On Oct 8, 2:54 pm, Tim Golden <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > May I know how to check whether my Outlook is installed with CDO
> > components?
>
> > There is no entry in my Registry Database with the name MAPI.Session.
>
> Well, that pretty much *is* the check. Get hold of
[EMAIL PROTECTED] wrote:
May I know how to check whether my Outlook is installed with CDO
components?
There is no entry in my Registry Database with the name MAPI.Session.
Well, that pretty much *is* the check. Get hold of your Office
install disk and do a reinstall and look out for suboption
May I know how to check whether my Outlook is installed with CDO
components?
There is no entry in my Registry Database with the name MAPI.Session.
Thank you,
Venu.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
Hello,
I was getting an error in Cocreate instance while trying to
access "Outlook" using python script. The python script looks like:
from win32com.client import Dispatch
session = Dispatch("MAPI.session")
session.Logon('OUTLOOK') # MAPI profile name
inbox =