Configuring Incoming eMail in SharePoint
I found a nice white paper today that outlines the steps required to enable incoming email for lists in SharePoint 2007 (MOSS). Thanks to Steve Smith at Combined Knowledge for this excellent information!
I found a nice white paper today that outlines the steps required to enable incoming email for lists in SharePoint 2007 (MOSS). Thanks to Steve Smith at Combined Knowledge for this excellent information!
I’m just starting to work on a Web Service that will generate Word 2007 documents from a set of templates. The inputs will be data from a SharePoint list. (More on that part of it when I get there.) As I began setting up the Web Service, I realized that the System.IO.Packaging and Microsoft.Office.DocumentFormat.OpenXml.Packaging assemblies…
A great way to manage the values for a Site Column in SharePoint is to put the values into a list and then use the Lookup column type to grab the values. When you allow multiple selections in the lookup column, what is stored looks something like this: value1;value2;value3;value4 If you would like to then…
There’s a conversation going on in Twitter right now about how best to use the #SPHelp hashtag. So many people are weighing in that "Reply All" is filling up the 140 characters! I thought I’d create a quick post where everyone can weigh in. Have at it!
I’ll admit that I sometimes make mistakes. Here’s a clear one. When I made some changes to the way I initialize the default options in SPServices to help slim down the footprint, I missed testing a few things. Luckily, alert SPServices user mbroschat caught it very soon after I released v0.7.1 and I was able to…
If you’ve done much work using custom forms in SharePoint, you’ve probably run into the {generate-id()} bugaboo. For reasons that I’ve not been able to determine, if you use an id attribute in any HTML element, SharePoint Designer adds the {generate-id()} string to the end of the name you’ve set. Here’s an example. If you…
I wanted to do a quick post about SPServices v0.6.1ALPHA1. The one change in this ALPHA is to add a new function called SPFilterDropdown. I’ve had a lot of requests for this functionality lately, though it has come up on and off in the past as well. Note that this is an ALPHA release, and…