MAPI and NT Service

Michel Orengo michelorengo at netscape.com
Wed Jan 26 10:49:49 EST 2000


Thanks!
I wrote my program using CDO, when using the session.logon I have a problem.
I used the MAPIInitialize as you indicated and then the MAPILogonEx.
To reuse what I wrote before (using CDO), I wrote:

session = win32com.client.Dispatch("MAPI.Session")
session.MAPIOBJECT = rawSession

The last line should map my session object with the MAPI handle.

BUT when I do:

outbox = session.Outbox

my NT service fails.

I tried it in Interactive mode and it worked (though not with the same flags
for the MAPIInitialize)

Do you have a clue why?

Again thanks for the help.
Michel





More information about the Python-list mailing list