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