On Wed, 2009-02-04 at 10:04 -0500, [email protected] wrote:
> I looked a bit deeper into my problem, now I know a little more what is 
> happening where. GetBestBody is identifying some of my emails as RTF and 
> WrapCompressedRTFStream is failing on them. When I forced octool_get_body to 
> consider the body as text, I saw that in fact it contains nicely formatted 
> HTML.
> 
> In GetBestBody I am getting Case 8 with
> RtfInSync   = 1
> PlainStatus = MAPI_E_NOT_ENOUGH_MEMORY
> RtfStatus   = 0
> HTMLStatus  = MAPI_E_NOT_FOUND
> 
> For now I just changed the result of this Case 8 to HTML. That will work 
> until I get a real RTF message.
> 
> Can someone please check the logic of these nine cases in GetBestBody? Or 
> could it be that my server is talking nonsense?

It implements the [MS-OXBBODY] specifications described at
http://msdn.microsoft.com/en-us/library/cc463905.aspx

Cheers,
Julien.

-- 
Julien Kerihuel
[email protected]
OpenChange Project Manager

GPG Fingerprint: 0B55 783D A781 6329 108A  B609 7EF6 FE11 A35F 1F79

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to