Re: [Python-Dev] Need help in MAPI

2008-04-18 Thread Amaury Forgeot d'Arc
Hello, Antony Joseph wrote: > Hi, > > My Code: > mapi.MAPIInitialize(None) > session = mapi.MAPILogonEx(0, MAPIProfile, None, > mapi.MAPI_EXTENDED | mapi.MAPI_USE_DEFAULT) > > I am trying to send a mail using the extended MAPI interface, I am > new to work with MA

[Python-Dev] Need help in MAPI

2008-04-18 Thread Antony Joseph
Hi, My Code: mapi.MAPIInitialize(None) session = mapi.MAPILogonEx(0, MAPIProfile, None, mapi.MAPI_EXTENDED | mapi.MAPI_USE_DEFAULT) I am trying to send a mail using the extended MAPI interface, I am new to work with MAPI. I am trying to execute your code,i getting