Question

I'm extending an Android email client, and would like to add conversation threading to it for an Exchange ActiveSync account. It appears that the client sends requests using wbxml.

To add some of the Conversation specific tags (for example, ConversationMode) to my request, I need to know the wbxml value of the tag.

Where can I find this?

Was it helpful?

Solution

The value of a wbxml tag for ActiveSync can be found on MSDN in the Code Pages section for Active Sync.

The ConversationMode tag value can be found on this page, and it's value is 0x27

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top