Skip to main content

Posts

Showing posts from May, 2015

REST operations in SharePoint 2013

REST operations are essential in any SharePoint development. This series explain available REST endpoints in SharePoint 2013. First article shows how we can made a REST call in both SharePoint Hosted and Provider Hosted app. How to make a REST call in SharePoint App and SharePoint Provider Hosted App – Part One SharePoint 2013 List Operations in REST– Retrieve List  Fields Basics – Part 2 Executing a REST GET call from SharePoint Provider Hosted App First you need to refer related JavaScript related. <script src= "http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" ></script> <script type= "text/javascript" src= "#SPWeb/_layouts/15/MicrosoftAjax.js" ></script> <script type= "text/javascript" src= "#SPWeb/_layouts/1033/init.js" ></script> <script type= "text/javascript" src= "#SPWeb/_layouts/15/sp.core.js" ></script> <script type= "text/j

Melick’s Guide To

Configure outgoing e-mail settings SharePoint 2013 and Office365 Configure Outgoing e-mail settings in SharePoint 2013 Central Administration - part 1 Configure Outgoing e-mail settings with existing email sever in SharePoint Server 2013 - part 2 Configure Outgoing e-mail settings with Gmail/Google SMTP server with SharePoint Server 2013 - part 3 Configure Outgoing e-mail settings with Office 365  SMTP server with SharePoint Server 2013 - part 4