Sorry, but there are no more tags available to filter with.
-
Category: Development Level: Beginner You can send an email to all members of your SharePoint site using the following code: SPSite mySite; SPWeb currentWeb; mySite = new SPSite(Url); //Url contains site URL currentWeb = mySite.OpenWeb(); string sMemberName = ""; string strSubject = "";...
Page 1 of 1 (1 items)