View Single Post
  #2 (permalink)  
Old 11-11-2007, 12:56 PM
bcrooker's Avatar
bcrooker
N00b
Offline
Threadstarter
Location: Forest, VA
 
Join Date: Jun 2007
Posts: 49
Reputation: 10
bcrooker is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by bcrooker View Post
Is there any way to disable the automatic vision connection?

I have 4 accounts defined in Messaging / Pocket Outlook, and would like to be able to have it check email every 30 minutes, but only when I want it to.

Or maybe there is some other way to accomplish this. I am also try to figure out if there is some programmatic way to switch the 'Automatic send/receive' option from 'Manual' to '30 minutes'.
In case anyone else is interested, I figured out a way to do this. I just created two REG files like this:

vision-on.reg

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{EF097F4C-DC4B-4c98-8FF6-AEF805DC0E8E}\HTTP-{F079757F-9357-4000-8305-9CA6B9B6CAEC}]
"Enable"=dword:00000001
vision-off.reg

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Providers\{EF097F4C-DC4B-4c98-8FF6-AEF805DC0E8E}\HTTP-{F079757F-9357-4000-8305-9CA6B9B6CAEC}]
"Enable"=dword:00000000
You need TRE installed and registered for .REG files. I put these files in my Program folder and then added them to the Start Menu. It is possible that the GUID's are different on each 6800 so you may need to look in your registry.
Reply With Quote