Hi Simon,

thanks for the useful link. I think that should help me out, specialy as 
I found a mapi viewer on the net wich shows the nessesary ids.
I need the CDO com object. But I get errors, when I trie to open the com 
object.

from win32com.client.dynamic import Dispatch
s=Dispatch("Mapi.session")

results in
File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 
79, in _GetGoodDispatch
    IDispatch = pythoncom.CoCreateInstance(IDispatch, None, clsctx, 
pythoncom.IID_IDispatch)
com_error: (-2147221005, 'Ung\xfcltige Klassenzeichenfolge', None, None)

So it seems to be that mapi/cdo is not or not correct installed on my 
machine (xp pro sp2). Can anybody tell me, wich libary is needed to 
support that com object ?

thanks in advance,
Jürgen


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to