Quote:
Originally Posted by dutchman71
Also, how can I set it up to automatically store the mail data to the storage card instead of the internal memory?
|
Solutions people, that's what we all do here at PPCGEEKS!!!
Registry Code
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings]
"AttsOnCard"=dword:00000001
XML
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings" translation="filesystem">
<parm name="AttsOnCard" datatype="integer" value="1"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>