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#
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#