Radimaging Ltd - Paul Beck's Technical Working Notes for Microsoft Technology

Pages

▼
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
Powered by Blogger.