[python-win32] get MAPI session from OOM

2018-05-26 Thread ckkart
Hi, on a 64bit windows 7 machine with pywin32 221 I used to get a pointer to the MAPI session like this outlook.GetNamespace('MAPI').Session.MAPIOBJECT.QueryInterface(mapi.IID_IMAPISession) on a fresh windows 10 machine with pywin32 221 this fails with pywintypes.com_error: (-2147467259, 'Un

Re: [python-win32] get MAPI session from OOM

2018-05-26 Thread Tim Roberts
On May 26, 2018, at 5:21 AM, ckk...@hoc.net wrote: > > on a 64bit windows 7 machine with pywin32 221 I used to get a pointer to the > MAPI session like this > > outlook.GetNamespace('MAPI').Session.MAPIOBJECT.QueryInterface(mapi.IID_IMAPISession) > > on a fresh windows 10 machine with pywin32 2