Pages
(Move to ...)
Home
My Certifications
SP2010 Book Contributors
Purchase The SharePoint Handbook books
SP2013 Handbook on Amazon
▼
Showing posts with label
email
.
Show all posts
Showing posts with label
email
.
Show all posts
Sunday, 11 August 2019
Send email using O365 in an Azure Function C#
›
Create an Azure Function and the basics for send an email are below: MailMessage msg = new MailMessage (); msg. To . Add (new Ma...
Wednesday, 27 October 2010
Programtically send email in SharePoint 2010
›
using Microsoft.SharePoint.Utilities; if (!SPUtility.SendEmail(SPContext.Current.Web, false, false, "paul@demo.com", "subj...
›
Home
View web version