FolderAdd event not firing after connecting with a tcplcient (c#)

Z

Zoltan Rajnai

Hi!

I am trying to connect to a server using a tcpclient object, while in a
FolderAdd event, however after the event fires for the first time, (and
successfully
connecting to the client) the event will not fire for any more folder that
are added.

For debugging purposes I have reduced my FolderAdd event to three lines
(creating a tcpClient, connecting with it, and closing it). When I remove
the tcpClient.Connect, subsequent events WILL be fired and received by my
FolderAdd_Event method.

Is there something I am missing?

(I am using Outlook XP with the PIA's provided by Microsoft on their Office
Developer's site.)

ANY information would be really appreciated.

Thanks!

Zoltan Rajnai
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top