Is there a way in WSS 3.0 to send an email notification when a list attachment is downloaded or when a document in a document library is downloaded?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The event listeners you can attach to list items in WSS only apply to add, update and delete events.
You’d have to map an HTTPHandler to the URL of the list/library storing the content.
This handler would be responsible for sending notifications when it’s detected that a client is making a request for an attachment or document.