Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top