On Friday 30 May 2008 05:36:45 pm Brad Hards wrote:
> Julien,
>
> I've started work on 0x66, which is the "real" SetReadFlags operation.
> However we currently have a "SetReadFlags" operation as 0x11.  That should
> be called SetMessageReadFlags.
>
> I'm about to rename 0x11 to be SetMessageReadFlags. However I note that you
> recently hit the problem where there can be "optional" data in the middle
> of the request (depending on whether it is a public or private folder) and
> were investigating a fix.
Also, MAPI actually has two APIs with the same function name:
IMAPIFolder::SetReadFlags() -
http://msdn.microsoft.com/en-us/library/ms527975(EXCHG.10).aspx
which looks to be a wrapper for 0x66
and 
IMessage::SetReadFlags() - 
http://msdn.microsoft.com/en-us/library/ms527993(EXCHG.10).aspx
which looks to be a wrapper for 0x11.

So we also need to decide on API names for libmapi.

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

Reply via email to