I'm puzzled how sharepoints send-to function works with regards to event listeners - if i send-to a document in library A that already exists in library B (as a record) i'd like to be able to intercept this, undeclare the record, update the versions
(or just move out the old record completely), write the new record inplace and redeclare. however the send-to just tells me
"Unable to copy because the destination is checked out by a different user."
this make sense - it is, but i'd like to be able to intervene before this check is made to sort things out so it isn't checked out.
VS2010 doesn't stop at any break points on the receiver end nor if i add some new ones for moving on the sending side. there seems to be a step here that isn't being exposed?
events i've tried are add, adding, update, updateing, move, moving. also tried forcing the whole thing to synchronous (in elements) in a vague hope that stabbing wildly would solve the problem.
any ideas?