Hi,

when I try use MAPI, I get message with pywintypes.com_error ...
Can anybody help me?

(PyWin32 210)
------------------------------------------------------------

Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.

>>> from win32com.mapi import mapi
>>> from win32com.mapi import mapitags

>>> mapi.MAPIInitialize(None)

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
pywintypes.com_error: (-2147467259, 'Nespecifikovan\xe1 error', None, None)
>>>

---------------------------------------------------------------

Thanks.

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

Reply via email to