示例#1
0
 private void _outlookProcessor_ThreadStarted(object sender, EventArgs e)
 {
     try
     {
         OutlookSession.Initialize();
     }
     catch (Exception exception)
     {
         _tracer.TraceException(exception);
         SetLastException(exception);
     }
 }