Re: [python-win32] win32com.client.Dispatch("MAPI.Session") error exchange 2003

2005-11-13 Thread Adnan Chowdhury
t installed by default. ac On 14/11/05, Adnan Chowdhury <[EMAIL PROTECTED]> wrote: > I'm trying to connect to an Exchange 2003 server win ActiveState's > python implementation 2.4.1. > > When I run the following code: > import win32com.client > session = win32com.

[python-win32] win32com.client.Dispatch("MAPI.Session") error exchange 2003

2005-11-13 Thread Adnan Chowdhury
I'm trying to connect to an Exchange 2003 server win ActiveState's python implementation 2.4.1. When I run the following code: import win32com.client session = win32com.client.Dispatch ("MAPI.Session") session.Logon (ProfileName="Adnan Chowdhury") I get this erro