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.
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