On 03/12/15 11:32, Aleksander Machniak wrote: >> Does Outlook create configuration messages in FAI folders only? > In other words, are FAI messages stored in NON-IPM subtree folders only > or in any folder in any subtree? Which REST API parts are used to handle > FAI messages, i.e. are all object types used (e.g. mails, calendars, > tasks, notes) or only one or maybe there's some undocumented API > "module"? Or it is just not implemented yet? >
FAI messages can be stored in any folder and in any subtree. This is implemented but undocumented in latest available API docs. FAI has its own object type "fai" with a behavior similar to mails, calendars and other object types. FAI messages can be accessed from folders by appending /fai/ to its URL. For example /folders/2/fai/ to access the FAI content of folder 2. Like with normal messages: - HEAD /folders/2/fai/ expect x-mapistore-rowcount to be returned in the header to know the number of messages in the folder - GET /folders/2/fai to get id (and few other props) from every fai messages in folder 2 For FAI messages operations, the exact same semantics than mails, calendars apply. You only need to use fai collection in place of mails. Julien. -- Julien Kerihuel j.kerih...@openchange.org OpenChange Project Founder Twitter: http://twitter.com/jkerihuel GPG Fingerprint: 0B55 783D A781 6329 108A B609 7EF6 FE11 A35F 1F79
signature.asc
Description: OpenPGP digital signature
_______________________________________________ devel mailing list devel@lists.openchange.org http://mailman.openchange.org/listinfo/devel