Quote:
Originally Posted by acjigga
I just noticed that I don't have a text messages folder. I have an MMS folder and an Outlook E-mail folder but I don't see anything for text messages. How can I add a folder for texts?
|
When you install Palm SMS app it hides the poutlook sms account. Your texts go to the Palm sms app. The MMS is suppose to be hidden also, but on the Treo Pro they are combined into the sms account. Some reg tweaks would need to be made to hide that The reg keys that deal with this are:
Code:
[HKEY_LOCAL_MACHINE\System\Inbox\ExternalAccounts\MMS]
"Handler"="{325087C5-9BBE-4f07-8F5B-2ACEFD1C4B68}"
"DisplayName"="MMS"
[HKEY_LOCAL_MACHINE\System\Inbox\ExternalAccounts\SMS]
"Handler"="{325087C5-9BBE-4f07-8F5B-2ACEFD1C4B68}"
"DisplayName"="SMS"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Svc\SMS]
"CommandLineHook"="{325087C5-9BBE-4f07-8F5B-2ACEFD1C4B68}"
To hide the MMS account in poutlook inbox I think you'd just add this:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Svc\MMS]
"CommandLineHook"="{325087C5-9BBE-4f07-8F5B-2ACEFD1C4B68}"
But that assumes your MMS account is Svc\MMS and not some custom name.
When you uninstall the Palm app, assuming you followed the uninstall steps, all of the above settings go away and the SMS and MMS accouts are unhidden.