PDA

View Full Version : toggle "Work Offline" based on calendar category



gwagner
08-24-2013, 07:51 PM
Hi all,

I think I know how to toggle between online and offline mode:


Outlook.ActiveExplorer().CommandBars.FindControl(, 5613).Execute
That was the easy part. Now, I'd like to do that toggle automatically based on my Outlook calendar. E.g. I have a category called "offline". Whenever my calendar has an entry that's marked "offline," I'd like Outlook to go offline. When that appointment is over, I'd like to go back to online mode.

Is that possible? If so, how?

Thank you!
gwagner