This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hildjj
Recipients
Date 2004-12-30.18:36:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Test case: 

>>> from win32com.mapi.mapitags import *
>>> PROP_TAG(PT_LONG, 0x8041)
2151743491L

Should be:
-2143223805L

or, alternately, the rest of the mapi interfaces should
know about unsigned ints.
History
Date User Action Args
2007-08-23 14:28:48adminlinkissue1093389 messages
2007-08-23 14:28:48admincreate