SharePoint

I recently had a requirement to extract some information from a InfoPath XML form stored in a SharePoint library and show it in an external application. The problem here was that we were using infopath forms services. and every time I tried to open up the XML file from code i would get a redirection [...]

Continue reading about Accessing Infopath Form XML in a Sharepoint Library from C#… noredirect=true is the key

JohnMcBride on October 31st, 2008

Here is a STSADM command hat will force all pending timer jobs within sharepoint. STSADM –o execadmsvcjobs

Continue reading about Execute Timers Job From STSADM.EXE

JohnMcBride on July 10th, 2008

I was recently working on a SharePoint workflow project where I had to connect to an exchange infrastructure to manipulate a bunch of calendar and public folder objects. Now since this organization had Exchange 2007 one option was to use the new Web Services that the Exchange has rolled out. This would have been a [...]

Continue reading about Use MAPI without the full outlook client