RE: Outlook 2003 hangs on send/receive
- From: "g62msdnatll@xxxxxxxxxxxxx" <g62msdnatll@xxxxxxxxxxxxx>
- Date: Thu, 16 Jun 2005 12:12:18 -0700
I added a print statement at the beginning of the send event. Outlook is not
hanging on the add event.
However, I noticed that the Inspector.Close event is not firing. My
Inspector.Close event handler:
public static void inspector_Close()
{
//TODO: how to tell which inspector got closed?
OutlookLogger.LogComment(Connect.fn, "Entering Inspector.Close event -
print message for debug");
Collections.StringCollection strCollection = new
System.Collections.Specialized.StringCollection();
strCollection.Add(LogType.Event_Inspector_Close);
OutlookLogger.Append(ref strCollection, OutlookLogger.SystemTimestamp());
OutlookLogger.Log(Connect.fn, strCollection);
}
The logger just writes to a logfile like any other event.
Ideas?
.
- Follow-Ups:
- RE: Outlook 2003 hangs on send/receive
- From: "Peter Huang" [MSFT]
- RE: Outlook 2003 hangs on send/receive
- References:
- Outlook 2003 hangs on send/receive
- From: g62msdnatll@nospam.nospam
- RE: Outlook 2003 hangs on send/receive
- From: g62msdnatll@nospam.nospam
- RE: Outlook 2003 hangs on send/receive
- From: "Peter Huang" [MSFT]
- Outlook 2003 hangs on send/receive
- Prev by Date: Mail getting stuck in the Outbox without being sent
- Next by Date: RE: Drag & Drop only drops sometimes in Word
- Previous by thread: RE: Outlook 2003 hangs on send/receive
- Next by thread: RE: Outlook 2003 hangs on send/receive
- Index(es):
Relevant Pages
|