I'm new to sharepoint development so bear with me. We want to
switch to SP for issue tracking and project management, so I need completely
change email notifications so that:
1) if anything changes on a task (an issue), an email is sent out, but not
SP's normal emails. I really need to do be able to look at exactly what
changed and send out something custom, and maybe do some more tasks...
2) Users will then respond to my custom emails (w/ an issue ID in the
subject line) I can use a windows service to poll an email account assigned
to the list, but then I need a way to modify one of these multi-line comment
fields in that issue or add an attachment to it.
So where should I get started?