[python-win32] Win32 Python ExtensionsOutlook.ApplicationQuestion
Mark Hammond
mhammond at skippinet.com.au
Thu Sep 18 02:35:03 CEST 2008
> > I just discovered that when I do the exact same thing in Outlook
> > 2003,
> > the problem disappears. I believe it's some sort of settings issue in
> > my
> > version of Outlook 2000. You wouldn't know what that might be would
> > you? If not, I'm sure I can dig it up by comparing.
I'm guessing it is simply a bug on Outlook 2000 that caused the data to
internally round-trip via an encoding and decoding. I'd be very surprised
if there was a setting to cause this behaviour (otoh, I've been very
surprised before :)
FWIW, note that for the spambayes project, we used the (more painful)
low-level MAPI interfaces directly and didn't strike this problem - so the
bug is probably in the simple MAPI layer.
Cheers,
Mark
More information about the python-win32
mailing list