Tagged Questions
1
vote
1answer
166 views
perform action on incoming mail
I need to perform simple decoding of .eml files and adding some contents from it to a list. I have already written the .eml decoding part and adding stuff from it to list, but i need to tell ...
0
votes
2answers
485 views
Unable to use SPEmailEventReceiver
I'm attempting to create a SPEmailEventReciever on an Email enabled library...The problem is that intellisense is not showing that class for me, so I am unable to inherit from it.
MSDN shows it in ...
3
votes
1answer
810 views
Is there a way to enable and configure incoming email for a document library using the C# api for sharepoint 2010
I've got a requirement to allow users to approve or disapprove certain actions by replying to auto generated emails. I've already got a good handle on how to use email enabled lists and event ...