[python-win32] mapi - writing to PR_BODY

Christian K. ckkart at hoc.net
Fri Feb 13 14:56:34 CET 2009


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



More information about the python-win32 mailing list