Here you go the code for sending email within the SP context
using Microsoft.SharePoint.Utilities;SPUtility.SendEmail(SPContext.Current.Web, false, false, "to-address@mail.com", "E-mail title", "E-mail body");
Here you go the code for sending email within the SP context
using Microsoft.SharePoint.Utilities;SPUtility.SendEmail(SPContext.Current.Web, false, false, "to-address@mail.com", "E-mail title", "E-mail body");
Today i was pleased by getting my Scrum Master Certificate , I can’t wait to actually start using it in real life I think it is a great way of managing and developing software, it just feels right Here is the description and the rules to get certified here and here Basically it is taking [...]
Leave a Reply