Mark Hammond schrieb:
On 13/02/2009 2:35 AM, Christian K. wrote:
Mark Hammond schrieb:
tuations, where write indeed did return the number of bytes
written, again without any change on the body. My understanding of mapi
is very basic but this seems to have to do with the access method to the
mail body, i.e. whether the body should be retrieved via GetProp or via
streaming.

That seems strange - the Write method on that interface used to unconditionally return None and now it unconditionally returns an integer.

You were right. I was mixing observations from two different machines, one of them has build 210, the other 212 installed. My mistake, sorry.

So write seems to work as expected (reporting the right number of bytes) but I have no clue *where* the data is written to. The mail body stays completely unaffected.

Any ideas?

Christian

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to