2

I am writing a test case where I want to programatically set Outlook to be working offline and then test the reaction when outlook comes back online again. Is there anyway I can change the property Namespace.ExchangeConnectionMode?

AngieA
  • 117
  • 2
  • 11

1 Answers1

1

Set the RDOSession.Offline property - http://www.dimastr.com/redemption/rdosession.htm

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78