Posts Tagged: Sharepoint API

How to access SharePoint List Items using Silverlight Object Model

Posted by & filed under .Net, .Net 3.0 / 3.5, sharepoint, Silverlight.

In the last postI introduced the Silverlight Object Model, which helps to access the SharePoint objects directly from Silverlight. In this I am posting about how to access SharePoint List Items using Silverlight Object Model. In this I am using Caml query object, which is used to get the Fields. And if you don’t want [...]

Using the Silverlight Object Model

Posted by & filed under .Net, sharepoint, Silverlight.

Recently I moved to a new project where I have to integrate Silverlight with SharePoint. I had done a few posts regarding this also. Yesterday I found that in SharePoint 2010(SharePoint foundation), Microsoft introduces Silverlight Object Model which helps to access SharePoint Lists and Document Libraries directly from Silverlight. Here is my first experiment with [...]

Using SPUtility.SendEmail

Posted by & filed under .Net, sharepoint.

In my project I need to send mail to Administrator, while adding items to a list using Webpart. I have tried ASP.Net, System.Net namespace but I need to read all the server and mail settings from any config file. After I got sharepoint’s own mechanism to send mail. This will send a mail to “admin@myserver.com”, [...]