Re: [python-win32] python3 and extended mapi

2014-06-09 Thread Christian K.
Am 09.06.14 16:00, schrieb paul_kon...@dell.com: On Jun 9, 2014, at 2:53 PM, Christian K. wrote: Dell.com> writes: On Jun 9, 2014, at 9:07 AM, Christian K. hoc.net> wrote: Hi, I was very pleased to see that retrieving properties of a MAPI object yields either a or type depending on

Re: [python-win32] python3 and extended mapi

2014-06-09 Thread Paul_Koning
On Jun 9, 2014, at 2:53 PM, Christian K. wrote: > Dell.com> writes: > >> >> >> On Jun 9, 2014, at 9:07 AM, Christian K. hoc.net> wrote: >> >>> Hi, >>> >>> I was very pleased to see that retrieving properties of a MAPI object yields >>> either a or type depending on whether the _A or _W

Re: [python-win32] python3 and extended mapi

2014-06-09 Thread Christian K .
Dell.com> writes: > > > On Jun 9, 2014, at 9:07 AM, Christian K. hoc.net> wrote: > > > Hi, > > > > I was very pleased to see that retrieving properties of a MAPI object yields > > either a or type depending on whether the _A or _W property > > was queried … > > Really? That seems strang

Re: [python-win32] python3 and extended mapi

2014-06-09 Thread Paul_Koning
On Jun 9, 2014, at 9:07 AM, Christian K. wrote: > Hi, > > I was very pleased to see that retrieving properties of a MAPI object yields > either a or type depending on whether the _A or _W property > was queried … Really? That seems strange. As I recall, the *_W APIs are “wide character” o

[python-win32] python3 and extended mapi

2014-06-09 Thread Christian K .
Hi, I was very pleased to see that retrieving properties of a MAPI object yields either a or type depending on whether the _A or _W property was queried and entryids are always returned as bytes types. Very nice! This makes a lot of bin2str2bin conversion and encoding/decoding code obsolete. Nev