Tagged Questions
0
votes
1answer
414 views
How to enable an Event Handler to intercept upload from email in document library
I have a Document Library with an email associated with the OOTB feature. When I send to the library an email with some attachments, every attachment is stored with one of the OOTB methods (divided in ...
2
votes
2answers
912 views
Move a document from library after adding it
I am using the ItemAdded event to fill in a metadata field.
In the ItemUpdated event (after submitting the file properties diagog) - I want to move the file elsewhere.
However, I get an error saying ...
1
vote
2answers
1k views
event receivers and execution order
I am using some of these such as ItemAdded and ItemUpdated and I had altered the elements file to make this synchronous.
I'm just curious as to what the order of execution is for all these handlers.
...
1
vote
1answer
365 views
“Cannot add file”-error when working with document library programmatically
I have two libraries, one with forms(xml) and one with a custom document content type.
I have an event receiver ItemUpdated on the form library, which interprets the added/modified form, and creates ...