On Mon, 2009-02-23 at 13:28 -0800, Chuck Bohling wrote: > I'm calling GetPropsAll and getting some unexpected results. When I call the > function, > the correct number of props is returned but some props are missing and while > others added. > For example, PR_SUBJECT, PR_ACCESS, PR_ENTRYID are missing. I know what the > "correct" props using outlookspy. I also know that I have the correct message > since I > can change one of the props that is returned then see that change when I > subsequently > call GetPropsAll.
Are you using libmapi or specific function to look over fetched properties? Also, can you add network trace to your code by calling SetMAPIDebugLevel and SetMAPIDumpData and check if GetPropsAll reply contains these properties (wire level)? I remember some people experiencing *weird* GetPropsAll behavior which they worked around by using instead GetProps with a specific set of properties matching their needs. -- Julien Kerihuel [email protected] OpenChange Project Manager GPG Fingerprint: 0B55 783D A781 6329 108A B609 7EF6 FE11 A35F 1F79
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
