Project DescriptionI done this because my role as administrator of TFS i needed sometimes a way to mail to users in TFS.
* You can send mail to users in a specifc role in a repositorys.
* Send mail to all users within a specific role in TFS.
If you are using option "Send unique mail for each user" you can use these static variables to be able to create more personal mails.
- #USER - User that you are sending mail to.
- #PROJECT - Current project.
ExampleHi #USER
We have made some changes to #PROJECT and you need to....
Works on
- Team Foundation Server 2010
- Team Foundation Server 2008
Thanks to all who done some nice example to TFS API