This does indeed work. Is there a way to modify the generated code such tat it works with 1-based iterators instead of 0-based ones?I tried to modify the _getitem_ method by incrementing item before it executes
return self._get_good_object_and then I get the correct list of Infostores, but dir
[Rudy Schockaert]
> I have a python program that does some things on
> Exchange mailboxes. I use the MAPI.Session object
> for this and create it like this:
> import win32com.client
> MAPISession = win32com.client.Dispatch("MAPI.Session")
> MAPISession.Logon()
> for infostores in MAPISession.I
I have a python program that does some things on Exchange mailboxes. I use the MAPI.Session object for this and create it like this:PythonWin 2.4.2 (#67, Oct 30 2005, 16:11:18) [MSC v.1310 32 bit (Intel)] on win32.
Portions Copyright 1994-2004 Mark Hammond ([EMAIL PROTECTED]) - see 'Help/About Pyth