public TestRoundTrip() { _newMail = null; }
void Application_NewMailEx(string entryIdCollection) { _newMail = new OutlookNewMailSource(Global.ApplicationProvider, entryIdCollection); _resetEvent.Set(); }