Re: [python-win32] Casting to a specific interface

2006-03-09 Thread Amrit Jassal
MarkThat would be great. Thanks a lot.On 3/9/06, Mark Hammond <[EMAIL PROTECTED] > wrote: I'm afraid IMAPIStatus isn't exposed via pywin32 - depending on your patience, I could probably get it done within a week or so, maybe even in time for build 208 :)   Mark -Original Message-F

Re: [python-win32] Casting to a specific interface

2006-03-09 Thread Mark Hammond
I'm afraid IMAPIStatus isn't exposed via pywin32 - depending on your patience, I could probably get it done within a week or so, maybe even in time for build 208 :)   Mark -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Amrit JassalSent: Friday

[python-win32] Casting to a specific interface

2006-03-09 Thread Amrit Jassal
I have a fairly basic question. I am trying to map a PyIUnknown interface to a specific (in this case IMAPIStatus) interface. How do I do that?Here is what I have:    import mapi, ...    tab = self.session.GetStatusTable(0)    rows = mapi.HrQueryAllRows(tab,