Quote:
Originally Posted by dutchman71
Have been playing around with UC and got my exchange server setup working. However, I can't get it to automatically setup to retrieve the full message. What option is that.
Also, how can I set it up to automatically store the mail data to the storage card instead of the internal memory?
|
I just figured this out a few days ago, now if only I can figure out where it is that the signature is stored or how to uncheck it
Set Exchange to download entire message and unlimited attachment size and delete without warnings
Code:
<wap-provisioningdoc>
<!-- *** Start Configure Email Settings No Warn on Delete/Download Size Limit to Entire Message/Include Attachments Unlimited Size *** -->
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings" translation="filesystem">
<parm name="WarnOnDeleteSoftkey" datatype="integer" value="0"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\ActiveSync" translation="filesystem">
<parm name="MIMETruncation" datatype="integer" value="-1"/>
<parm name="MailBodyTruncation" datatype="integer" value="-1"/>
<parm name="HTMLTruncation" datatype="integer" value="-1"/>
<parm name="MailFileAttachments" datatype="integer" value="-1"/>
<parm name="BodyTruncation" datatype="integer" value="-1"/>
<parm name="NPWRunOnDevice" datatype="integer" value="0"/>
</characteristic>
</characteristic>
<!-- *** End Configure Email Settings No Warn on Delete/Download Size Limit to Entire Message/Include Attachments Unlimited Size *** -->
</wap-provisioningdoc>