Hi, can anybody tell me the meaning of the binary string representation of a PR_ENTRYID, as obtained by calling GetProps() on a mail item?
I get e.g. the following IDs: 000000003C437E32AFD11C49ABB743DDE9EDFE6BE4652000 000000003C437E32AFD11C49ABB743DDE9EDFE6B24602000 000000003C437E32AFD11C49ABB743DDE9EDFE6B845F2000 000000003C437E32AFD11C49ABB743DDE9EDFE6B44612000 000000003C437E32AFD11C49ABB743DDE9EDFE6BA4672000 000000003C437E32AFD11C49ABB743DDE9EDFE6B64652000 ^^^^^^ In case there isn't any meaning: I noticed that most of the data is equal for all messages of one mail folder. Only the characters marked above (3 bytes) are unique per item. Is it always like that? The reason I'm asking is, that I'd like to have a numeric representation of those IDs. So, do you think int('0x'+id[40:46],16) would be ok? Thanks for any hint, Christian _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32