Win32 Specific: SimpleMAPI

Mark Hammond MHammond at skippinet.com.au
Fri Sep 3 20:03:57 EDT 1999


You can't do "simple mapi" from Python - only "full blown MAPI" (using
win32com.mapi) or, often the best solution, use COM to use the Exchange/MAPI
object model.

There are no samples for "full blown MAPI", but
win32com\test\testExchange.py shows a sample of the COM side.

Mark.

Joseph Ashwood wrote in message ...
>Someone on here has to know thet answer, I just can't seem to find it. I'm
>looking to call the SimpleMAPI functions: InitSimpleMAPI, MAPILogon, and
>MAPIAddress. Could someone please shed some light on how to do this?
>                Joseph
>
>






More information about the Python-list mailing list