Hi All,

 

Happy New Year and all the best for the New Year!

 

I have a question regarding a set of Event Handlers I have mostly
operational now, but appear to be failing in a cascading situation ...

 

         I have is Document Library A enabled for Incoming Email, and have
an EmailReceived Event Handler firing on this, and copying both the email
body and any attachments to Document Library B. This is working fine.

         In Document Library B, I am listening on events ItemAdded,
ItemDeleting, ItemUpdated and ItemUpdating, and update various columns and
values in List C. This is working fine.

         List C, then has an ItemAdded and ItemUpdated event handler which
then updates certain columns in a List D. This is where the problem is
occurring.

         If I directly add or update an item in List C, the event handler
on List C fires, and the updates to List D occur.

         But when I send an email to Document Library A, documents get
created in Document Library B, and the updates to List C occur, but the
event handlers attached to List C don't appear to fire.

 

It almost looks as if there's a limit on Cascading Event Handling ... I
can't seem to see anything documented about it in the SDK or via any Google
searches.

 

Anyone struck this before, or am I being too ambitious?

 

I can move the functionality implemented in the event handler on List C, so
that it is directly called in the event handler for Document Library B,
which would probably address the issue, but I'd just like to have a better
understanding of why it isn't working as I'd expect it to.

 

Cheers,

Trevor Andrew

 

 

 

--------------------------------------------------------------------------------
List address: ozmoss@ozmoss.com
Subscribe: ozmoss-subscr...@ozmoss.com
Unsubscribe: ozmoss-unsubscr...@ozmoss.com
List FAQ: http://www.codify.com/lists/ozmoss
Other lists you might want to join: http://www.codify.com/lists

Reply via email to