java - How can I determine the WBXML value for an XML tag in ActiveSync for Exchange? -
i'm extending android email client, , add conversation threading exchange activesync account. appears client sends requests using wbxml.
to add of conversation specific tags (for example, conversationmode) request, need know wbxml value of tag.
where can find this?
the value of wbxml tag activesync can found on msdn in code pages section active sync.
the conversationmode tag value can found on page, , it's value 0x27
Comments
Post a Comment