C
Christie Sorenson
Hello,
I am using C# to develop an outlook com addin. We have a
folder called Clients and under it about 75 client
folders. Under each of them are 1-4 project folders. I
need to capture whenever a mail item is added to any of
these folders.
Right now, I have a list as a member of my connect class.
At Startup, I add each folder to the list and set the
ItemAdd event to be triggered. This takes about 30
seconds and sometimes fails because it takes so long. If
I only hook into the clients, it takes about 10 seconds
but never fails.
I was wondering if there was a quicker, better way to do
this?
Thank you,
Christie
I am using C# to develop an outlook com addin. We have a
folder called Clients and under it about 75 client
folders. Under each of them are 1-4 project folders. I
need to capture whenever a mail item is added to any of
these folders.
Right now, I have a list as a member of my connect class.
At Startup, I add each folder to the list and set the
ItemAdd event to be triggered. This takes about 30
seconds and sometimes fails because it takes so long. If
I only hook into the clients, it takes about 10 seconds
but never fails.
I was wondering if there was a quicker, better way to do
this?
Thank you,
Christie