Would you help me understand this line in your Exchange xml code:
<parm name="MIMETruncation" value="51200"/>
I looked for this
here but it only shows one digit for the value setting. What's up?
Then I found
this page that is really cool daigram of Exchange characteristic to use. I see that the 5120 sets the allowing incoming message size to 5K and a value of -1 allows all of the message to be synced. I still don't fully understand the extra 0 on the 51200. Is this just a combination of the two link pages explanations? So you are allowing the incoming message to be 5K large with the 5120 and the zero at the end lets it truncate all body text? So let the whole body in but only if the entire message is under 5K?
If I didn't want any limit would I put -10 there instead of 51200?