View Single Post
  #177 (permalink)  
Old 03-25-2009, 12:15 PM
elephant007's Avatar
elephant007
domo arigato mr roboto
Offline
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by dutchman71 View Post
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>

Last edited by elephant007; 03-25-2009 at 12:19 PM.
Reply With Quote
This post has been thanked 1 times.