MAPILab Explorer for SharePoint - Version 2.0.0 MAPILab Explorer for SharePoint is an instrument for developers that essentially simplifies development of solutions for Windows SharePoint Services 3.0 and Microsoft Office SharePoint Server 2007. The program provides developer with two tools. First - browser for exploring SharePoint object model. Due to .NET Reflection technology, browser displays all objects, methods, properties, not limited to "familiar" objects. Also it allows modification of their properties and marking objects for usage in context scripts. Second - context scripts on C#. Absolutely any method of any object can be called from scripts, and the value of any properties and fields including hidden (internal, private, protected) can be obtained. Context scripts greatly assist as a tool of dynamic debugging of code segments. Script codes can be transferred in code of your product practically without any changes. MAPILab Explorer can open any number of browser windows and scripts. With the help of browser, it is possible to visually find necessary objects, mark and pass them over for usage in context