Quantcast
Channel: Microsoft Outlook Interoperability
Viewing all articles
Browse latest Browse all 109

Set Outlook to offline from C#

$
0
0
Hi,

I am trying to set MS Outlook to "Work Offline" from within C#. I have managed to figure out how to read the offline status of Outlook from within C# using the code below:
Outlook.Application oOutlook = new Outlook.ApplicationClass();

Outlook.
NameSpace oNameSpace =...

Set Outlook to offline from C#

Viewing all articles
Browse latest Browse all 109

Trending Articles