<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx</link><description>Back in May , I wrote an article for the Office Developer Center on MSDN on an idea I had for creating Outlook Calendar Providers (and later demonstrated how to write an additional provider for this to allow Windows XP Media Center 2004 recording schedules</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#331469</link><pubDate>Fri, 24 Dec 2004 01:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:331469</guid><dc:creator>Victor Vogelpoel</dc:creator><description>Thanx again Stephen,&lt;br&gt;&lt;br&gt;I already used your OutlookCalendarProvider code to create calendars for the movies in the local theater and the current series and movies on TV (through XMLTV).&lt;br&gt;The OutlookContactProvider will come in handy sometime for sure...</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#331512</link><pubDate>Fri, 24 Dec 2004 03:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:331512</guid><dc:creator>Curt Hagenlocher</dc:creator><description>Awesome!&lt;br&gt;&lt;br&gt;Do you have any pointers to this SharePoint API?  Could the same API be used to write an updater for the Northwind database?  I'd be happy to write and share some sample code, but I haven't been able to find any specs.</description></item><item><title>OutlookContactProvider sanity check</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#331582</link><pubDate>Fri, 24 Dec 2004 06:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:331582</guid><dc:creator>Dave Burke's Blog</dc:creator><description /></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#331708</link><pubDate>Fri, 24 Dec 2004 15:17:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:331708</guid><dc:creator>Dror</dc:creator><description>wonderfull !&lt;br&gt;Thank you&lt;br&gt;Happy Chrismes!&lt;br&gt;&lt;br&gt;Dror Engel</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#332572</link><pubDate>Mon, 27 Dec 2004 06:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:332572</guid><dc:creator>Stephen Toub</dc:creator><description>Curt- &lt;br&gt;&lt;br&gt;This solution implements a Web service that has the same contract as the SharePoint Lists.asmx Web service, which is documented in the WSS docs, and then just points Outlook at that Web service instead of at the one in a SharePoint site.  While the WSS Web service does support read/write, the Outlook client that consumes this service only supports reading, at least in the current version.  So, for now, unless you were to write your own plug-in for Outlook to consume the Web service (which this solution avoids doing), you're not going to be able to update the data source from Outlook.  As such, my provider implementation only supports the providing of information, not of the updating of it.  If a future version of Outlook supports two-way synchronization with SharePoint, I'll see about updating both of these samples to allow for updating, as well.&lt;br&gt;&lt;br&gt;Happy holidays,&lt;br&gt;Stephen</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#332954</link><pubDate>Tue, 28 Dec 2004 01:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:332954</guid><dc:creator>Curt Hagenlocher</dc:creator><description>Got it.  Thanks.</description></item><item><title>Fun with Toub's Custom Calendar Providers</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#346487</link><pubDate>Tue, 04 Jan 2005 23:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:346487</guid><dc:creator>Victor Vogelpoel [Macaw]</dc:creator><description>Fun with Toub's Custom Calendar Providers</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#348674</link><pubDate>Fri, 07 Jan 2005 22:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:348674</guid><dc:creator>Michael Herman (Parallelspace)</dc:creator><description>Great to have the Contact provider sample.  As additional background, also take a look at Randy Byrne's &amp;quot;What's New in Microsoft Office Outlook 2003 for Developer's&amp;quot; article @ &lt;a target="_new" href="http://msdn.microsoft.com/library/?url=/library/en-us/odc_ol2003_ta/html/odc_OLWhatsNew2k3.asp"&gt;http://msdn.microsoft.com/library/?url=/library/en-us/odc_ol2003_ta/html/odc_OLWhatsNew2k3.asp&lt;/a&gt; is also a good reference for Outlook 2003 and SharePoint integration.&lt;br&gt;&lt;br&gt;The title is misleading as the article spends quite a bit of time talking specifically about a COM Add-In approach for doing SharePoint contact integration.&lt;br&gt;&lt;br&gt;Thanks again Stephen,&lt;br&gt;Michael.</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#511529</link><pubDate>Wed, 11 Jan 2006 14:38:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:511529</guid><dc:creator>Eivind</dc:creator><description>I tried to open the project in Visual Studio 2005 and did get some ambiguous references and naming conflicts when the project was converted (without errors). Any quick fix?</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#511627</link><pubDate>Wed, 11 Jan 2006 19:54:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:511627</guid><dc:creator>toub</dc:creator><description>Make sure you're opening it in 2005 as a Web site hosted on the file system, browsing to the OutlookContactProvider folder.  I did that and it compiled without warning or error.  Note that there may still be some fixups necessary in the web.config and whatnot, in terms of specifying where the various providers live and whatnot.</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#566843</link><pubDate>Sun, 02 Apr 2006 17:00:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:566843</guid><dc:creator>Ahmad</dc:creator><description>Great!&lt;br&gt;&lt;br&gt;Is there a way to create distribution lists automatically with this?&lt;br&gt;&lt;br&gt;</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#608123</link><pubDate>Fri, 26 May 2006 19:23:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:608123</guid><dc:creator>Pete</dc:creator><description>any tips for the OutlookCalendarProvider on getting formating to display in the description (i.e. rtf or html)?&lt;br&gt;&lt;br&gt;Also a source for other appointment ows_ fields to the appointment form field&lt;br&gt;(i.e. ows_title =&amp;gt; Subject, ows_EventDate=&amp;gt; Start time etc) as I would like to set the Label and Categories</description></item><item><title>scalability</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#690687</link><pubDate>Mon, 07 Aug 2006 10:14:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:690687</guid><dc:creator>jba-mono</dc:creator><description>This project seems to make what I want to do, too easy. So the question remains how scalable is this. Does it do a full system lookup everytime a user opens the folder in outlook or is it cached inteligently by outlook?&lt;br&gt;&lt;br&gt;We have a system with 45000 active personell in it at any one time, and while I would like to expose them all as public folder, I'm wondering what the performance consequences of this will be.</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#692845</link><pubDate>Wed, 09 Aug 2006 05:54:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:692845</guid><dc:creator>Brandon</dc:creator><description>Hi jba-mono,&lt;br&gt;&lt;br&gt;We had a similar concern as well. &amp;nbsp;The solution for us was to store the contacts in a static variable and only query our server once a day. &amp;nbsp;We also deployed a group policy to make the outlook clients sync only once a day as well. &amp;nbsp;It works for us...&lt;br&gt;&lt;br&gt;-Brandon</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#702790</link><pubDate>Wed, 16 Aug 2006 21:13:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:702790</guid><dc:creator>JM</dc:creator><description>I'm having trouble getting this to work.&lt;br&gt;I created and installed the code in a virtual directory from the site root with framework 1.1, i can click on &amp;quot;View Events&amp;quot; an view all the contacts listed, i can click on &amp;quot;Link to Outlook&amp;quot; and after confirmation the folder appears on outlook but it never import the contacts. Outlook always give an error... &lt;br&gt;&lt;br&gt;Task 'SharePoint' reported error (0x8000FFFF) : 'An error occurred either in Outlook or Windows SharePoint Services. Contact the Windows SharePoint Services site administrator.'&lt;br&gt;&lt;br&gt;Does anyone has the same problem?</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#704354</link><pubDate>Thu, 17 Aug 2006 18:32:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:704354</guid><dc:creator>Matt Brailsford</dc:creator><description>Anyone else had problems with this in .NET 2, i keep getting the following error when i click on the link to add it to outlook.&lt;br&gt;&lt;br&gt;&amp;quot;Outlook cannot add the requested Windows SharePoint Services folder&amp;quot;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#705036</link><pubDate>Fri, 18 Aug 2006 03:51:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:705036</guid><dc:creator>Brandon</dc:creator><description>Hi Matt, &amp;nbsp;&lt;br&gt;&lt;br&gt;I think I got that message when I didn't have the service installed in a virtual directory called OutlookContactProvider... &amp;nbsp;Also... If you are trying to copy the link an make a shortcut to the location I also ran into a problem where the last part of the URL was cut off because it was too long. &amp;nbsp;This happened when I tried to make an email with the hyperlink in Outlook and also when I tried to make a shortcut to it manually.&lt;br&gt;&lt;br&gt;Just an idea...&lt;br&gt;&lt;br&gt;-Brandon &amp;nbsp;</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#705545</link><pubDate>Fri, 18 Aug 2006 11:01:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:705545</guid><dc:creator>Matt Brailsford</dc:creator><description>Brandon &amp;nbsp; &lt;br&gt;&lt;br&gt;You were right, running it from a virtual directory called OutlookContactProvider worked.&lt;br&gt;&lt;br&gt;Anyone know of any reasons why it works this way?&lt;br&gt;&lt;br&gt;PS Thanks Brandon, this was doing my tree in yesterday, spent all day on it to no avail, you have saved my sanity =D</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#756029</link><pubDate>Fri, 15 Sep 2006 18:02:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:756029</guid><dc:creator>Matt Brailsford</dc:creator><description>Hi Guys,&lt;br&gt;&lt;br&gt;I seem to have run into a problem, though i'm not sure if it's the contact provider or something else, but we have been using the contact provider to be able to show act contacts in outlook. It's been working great, but for one guy when he sends emails, in the sent email folder it shows that he sent it to a different person. When he looks at it in closer detail the email adress is the corect one, but it is showing the wrond name.&lt;br&gt;&lt;br&gt;Has anybody else come across this, either with the contactprovider or outlook in general?&lt;br&gt;&lt;br&gt;Any help greatly apprechiated.</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1018082</link><pubDate>Tue, 07 Nov 2006 19:15:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1018082</guid><dc:creator>Matt Brailsford</dc:creator><description>&lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;I'm not sure if this is true or not, but i think the way that the &amp;quot;ow_ID&amp;quot; is set is causing problems in outlook.&lt;/p&gt;
&lt;p&gt;At the moment you set the id with a counter whilst looping through a contact collection. However, when a new person is added, the id's beyond that contact move on one.&lt;/p&gt;
&lt;p&gt;Now the problem i was having was when an email was sent, outlook would say that you had sent the email to the contact in front of the one you actually sent it to.&lt;/p&gt;
&lt;p&gt;Anyway, i have added a contactid property to the contact object (which is unique to each contact) and am using that instead.&lt;/p&gt;
&lt;p&gt;Seems to work so far, you just have to remember to return the list in contactid order assending.&lt;/p&gt;
&lt;p&gt;Does this ring true with anybody else?&lt;/p&gt;
&lt;p&gt;Many thanks&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;
</description></item><item><title>re: error (0x8000FFFF)</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1113117</link><pubDate>Tue, 21 Nov 2006 08:32:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1113117</guid><dc:creator>Elena Nakhmanson</dc:creator><description>&lt;p&gt;JM, &lt;/p&gt;
&lt;p&gt;Did you (or anyone else) ever found the cause of &amp;nbsp;error (0x8000FFFF)? I am having the same problem when trying to connect a sharepoint contact list to Outlook. I am running MOSS 2007 Beta2 TR and Outlook Beta2 TR.&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
&lt;p&gt;Elena.&lt;/p&gt;
</description></item><item><title>Update to Outlook Calendar Provider framework for Outlook 2007</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1116022</link><pubDate>Tue, 21 Nov 2006 19:33:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1116022</guid><dc:creator>Stephen Toub</dc:creator><description>&lt;p&gt;I've received several emails from folks who have been successfully using my Outlook Calendar Provider&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1492852</link><pubDate>Fri, 19 Jan 2007 14:54:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1492852</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;I am trying to make my own contact list for outlook 2007 by simulating a sharepoint contact list, but the example code does not work as it is, and I do not understand how to change it.&lt;/p&gt;
&lt;p&gt;Here is some code for the calendar based on your code, and it has added some &amp;quot;Fields&amp;quot; elements you did not use:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/pcreehan/archive/2006/11/21/custom-calendar-providers-for-outlook-2007.aspx"&gt;http://blogs.msdn.com/pcreehan/archive/2006/11/21/custom-calendar-providers-for-outlook-2007.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But I do not understand from where this knowledge about &amp;quot;Fields&amp;quot; comes from. &lt;/p&gt;
&lt;p&gt;I mean, where is it documented, or (if it is not documented) how can I see what kind of data a normal sharepoint list is sending to outlook ?&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1495137</link><pubDate>Sat, 20 Jan 2007 02:01:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1495137</guid><dc:creator>toub</dc:creator><description>&lt;p&gt;I don't believe it's documented anywhere. &amp;nbsp;You can use a network sniffer or a debugging HTTP proxy to watch the traffic between Outlook and SharePoint in order to discover what fields are sent back and forth.&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1511678</link><pubDate>Tue, 23 Jan 2007 08:33:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1511678</guid><dc:creator>Norman</dc:creator><description>&lt;p&gt;I too am frustrated by not being able to find any documentation on what fields Outlook will look for in the response from the web service calls.&lt;/p&gt;
&lt;p&gt;I addition to the ones in your sample the following seem to work&lt;/p&gt;
&lt;p&gt;ows_HomeAddress&lt;/p&gt;
&lt;p&gt;ows_HomeCity&lt;/p&gt;
&lt;p&gt;ows_HomeState &lt;/p&gt;
&lt;p&gt;ows_HomeZip&lt;/p&gt;
&lt;p&gt;ows_HomeCountry&lt;/p&gt;
&lt;p&gt;but these dont&lt;/p&gt;
&lt;p&gt;ows_OtherAddress&lt;/p&gt;
&lt;p&gt;ows_OtherCity&lt;/p&gt;
&lt;p&gt;ows_OtherState&lt;/p&gt;
&lt;p&gt;ows_OtherZip&lt;/p&gt;
&lt;p&gt;ows_OtherCountry&lt;/p&gt;
&lt;p&gt;I would really like to be able to pull through the Email2 and Email3 contact fields as well as the categories.&lt;/p&gt;
&lt;p&gt;Has anyone had any luck with any other fields?&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1623128</link><pubDate>Thu, 08 Feb 2007 04:39:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1623128</guid><dc:creator>John</dc:creator><description>&lt;p&gt;I had the annoying error from sharepoint using Outlook 2007, Vista and my fake WSS service deployed on my local IIS7 instance. &amp;nbsp;After tweaking with it for a while, I decided to do this&lt;/p&gt;
&lt;p&gt;1) &amp;nbsp;Create an application which connected to a sharepoint service and retrieved a list and also connected to MY service and retrieved a list&lt;/p&gt;
&lt;p&gt;2) &amp;nbsp;Compare the &amp;quot;GetList&amp;quot; XmlNode which was returned by both services&lt;/p&gt;
&lt;p&gt;I noticed that the XmlNode that was returned by the code provided above is VERY short compared to the XmlNode which was provided by SharePoint. &amp;nbsp;I'm not sure what parts MUST be there and what parts are just extra fluff.&lt;/p&gt;
&lt;p&gt;It is a total hack, but I got rid of the error by returning the XML Node that SharePoint would have returned, just replacing a few values with my list name, ID, etc. and it worked first time.&lt;/p&gt;
&lt;p&gt;I also noticed that the XmlNode returned by the SharePoint site includes all of the fields which are available to display. &amp;nbsp;This might assist you guys in seeing what information you can pass.&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1780029</link><pubDate>Thu, 01 Mar 2007 19:50:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1780029</guid><dc:creator>NamSin</dc:creator><description>&lt;p&gt;Anyone getting this error:&lt;/p&gt;
&lt;p&gt;Task 'SharePoint' reported error (0x8000FFFF) : 'An error occurred either in Outlook or Windows SharePoint Services. Contact the Windows SharePoint Services site administrator.' &lt;/p&gt;
&lt;p&gt;I think I found The solution - You need a active network connection for some reason. If all network adapters are &amp;quot;disconnected&amp;quot; I get that error&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#1920644</link><pubDate>Tue, 20 Mar 2007 20:43:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1920644</guid><dc:creator>andew</dc:creator><description>&lt;p&gt;how do i get the code to add an e-mail address?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#2277791</link><pubDate>Thu, 26 Apr 2007 04:00:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2277791</guid><dc:creator>Luis</dc:creator><description>&lt;p&gt;Hello:&lt;/p&gt;
&lt;p&gt;I am getting this error too:&lt;/p&gt;
&lt;p&gt;Task 'SharePoint' reported error (0x8000FFFF) : 'An error occurred either in Outlook or Windows SharePoint Services. Contact the Windows SharePoint Services site administrator.' &lt;/p&gt;
&lt;p&gt;We run MOSS 2007 and I run Office 2007.&lt;/p&gt;
&lt;p&gt;Any ideas on how to fix this problem? We cannot get people to sync tasks.&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#2677858</link><pubDate>Wed, 16 May 2007 21:17:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2677858</guid><dc:creator>nilslahr</dc:creator><description>&lt;p&gt;I also get:&lt;/p&gt;
&lt;p&gt;Task 'SharePoint' reported error (0x8000FFFF) : 'An error occurred either in Outlook or Windows SharePoint Services. Contact the Windows SharePoint Services site administrator.' &lt;/p&gt;
&lt;p&gt;I'm running Office 2007 and Exchange 2007. &amp;nbsp;When I view the events for the list the contacts show up as expected. &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#4467384</link><pubDate>Sun, 19 Aug 2007 21:27:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4467384</guid><dc:creator>Micheal Howard</dc:creator><description>&lt;p&gt;Error Fixed, &lt;/p&gt;
&lt;p&gt;Remove the SharePoint lists under account settings. One of the SharePoint sites are down and outlook is not able to successfully connect to the SharePoint Server.&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#6506237</link><pubDate>Sun, 25 Nov 2007 01:30:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6506237</guid><dc:creator>Greg Palmes</dc:creator><description>&lt;p&gt;Found a workaround on following URL...&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.tabletquestions.com/microsoft-office/34683-errors-syncing-sharepoint-2007-lists-outlook-2007-a.html"&gt;http://www.tabletquestions.com/microsoft-office/34683-errors-syncing-sharepoint-2007-lists-outlook-2007-a.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;NET STOP SENS&lt;/p&gt;
&lt;p&gt;run that, fixed for me also on VPC test environment&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#7530817</link><pubDate>Fri, 08 Feb 2008 04:36:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7530817</guid><dc:creator>Jack Brinegar</dc:creator><description>&lt;p&gt;This is wonderful. &amp;nbsp;I can view the contacts using the Outlook Contact panel...but when I am in EMail and select to create a new email, I can not see any contacts listed for this provider. &amp;nbsp;Am I doing something wrong?&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#7540819</link><pubDate>Fri, 08 Feb 2008 16:51:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7540819</guid><dc:creator>Jack Brinegar</dc:creator><description>&lt;p&gt;Disregard my last...simple oversight that the Northwind database was missing the EMAIL field.&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#7690254</link><pubDate>Thu, 14 Feb 2008 14:25:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7690254</guid><dc:creator>Darren</dc:creator><description>&lt;p&gt;Does this solution bring across the groups as well as contacts?&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#7791746</link><pubDate>Tue, 19 Feb 2008 15:09:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7791746</guid><dc:creator>Neil</dc:creator><description>&lt;p&gt;Has anyone managed to get around the read-only outlook 2003 limitation? I'm stuck working with a Office 2003 and want to provide calandaring via outlook to my web app. &lt;/p&gt;
&lt;p&gt;I imagine diving into VSTO is the only way out, but if anyone can point me at an addin examples that allow write access to SP list that would be grand.&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#7924414</link><pubDate>Thu, 28 Feb 2008 02:17:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7924414</guid><dc:creator>Andi</dc:creator><description>&lt;p&gt;I changed NorthwindContactProvider.cs to connect to a mysql database. But it still tries to connect to SQL-Server. Must i recreate the dll-file? How can this be done without Visual Stuido?&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider (Urgent help please)</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#8373852</link><pubDate>Thu, 10 Apr 2008 05:30:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8373852</guid><dc:creator>Wilson</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to convert the ContactProvider code into VB.net 2.0, and I am getting the &amp;quot;Task... Reported error (0x80004005) the windows sharepoint services folder could not be found........&amp;quot;&lt;/p&gt;
&lt;p&gt;any ideas what I have missed here? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;also that GUID for the NorthwindProvider, is that a system genearted ID or I can just randomly assign a new set of GUID for my new provider?&lt;/p&gt;
&lt;p&gt;by the way I am running XP and office 2003. &amp;nbsp; &lt;/p&gt;
&lt;p&gt;Many thanks,&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#8378006</link><pubDate>Fri, 11 Apr 2008 06:29:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8378006</guid><dc:creator>Wilson</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;got the web service running fine now..&lt;/p&gt;
&lt;p&gt;but I have problem getting the Category field working for the contact.&lt;/p&gt;
&lt;p&gt;AddAttribute(node, Nothing, &amp;quot;ows_Category&amp;quot;, Nothing, &amp;quot;Business&amp;quot;)&lt;/p&gt;
&lt;p&gt;AddAttribute(node, Nothing, &amp;quot;ows_Categories&amp;quot;, Nothing, &amp;quot;Business&amp;quot;)&lt;/p&gt;
&lt;p&gt;but both doesn't seems to work.. &amp;nbsp;does anyone know what is the correct name for the Category ows_ field for sharepoint?&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;
</description></item><item><title>OutlookCalendarProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#8418847</link><pubDate>Wed, 23 Apr 2008 14:26:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8418847</guid><dc:creator>Sam</dc:creator><description>&lt;p&gt;Hi Guys, I have finally managed to get Stephen Toub code &amp;quot;Custom Calendar Providers for Outlook 2003&amp;quot; to work but I have one doubt, which I need your help for. I need to be able delete an event from Outlook calendar when an event from my custom calendar is deleted. Does anyone know how to do that. Please this is very urgent…&lt;/p&gt;
&lt;p&gt;If anyone knows how to do this then please do let me know…&lt;/p&gt;
&lt;p&gt;I’ll be looking forward for your replies….&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Sam&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#8769767</link><pubDate>Thu, 24 Jul 2008 21:25:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8769767</guid><dc:creator>Sean Cantellay</dc:creator><description>&lt;p&gt;Synchronizing a SharePoint Calendar with Outlook has been a problem not just for us, but for others as well. We have been connecting the calendars the recommended way Actions-&amp;gt;Connect to Outlook. The calendar gets added and populated the first time but subsequent changes that are made to the SharePoint calendar are not updated to the Outlook calendar. When running a Send\Receive the following error is given:&lt;/p&gt;
&lt;p&gt;Task ‘SharePoint’ reported error (0&amp;#215;8000FFFF) : ‘An error occurred either in&lt;/p&gt;
&lt;p&gt;Outlook or SharePoint. Contact the SharePoint site administrator.’&lt;/p&gt;
&lt;p&gt;I have check and rechecked the settings in both SharePoint and Outlook, nothing that I did seamed to fix the issue. So I opened a SharePoint site that I had installed on my local machine and connected the calendar from that site to my Outlook and was able to receive updated with no error. The only piece that was not the same in the two instances was that Exchange was out of the picture. After talking with a coworker we realized that a client of ours started seeing the same issues after doing a migration to Exchange 2007.&lt;/p&gt;
&lt;p&gt;I am not a Exchange guy so I will be meeting with one of our network engineers to see what we can find.&lt;/p&gt;
&lt;p&gt;Sean Cantellay&lt;/p&gt;
</description></item><item><title>OutlookContactProvider to .net 2.0 (or 3.5)</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#8841148</link><pubDate>Thu, 07 Aug 2008 17:41:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8841148</guid><dc:creator>J Nigon</dc:creator><description>&lt;p&gt;Great code - this is exactly what I've been looking for. &amp;nbsp;I finally have this running in Outlook 2007 on .net 1.1. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Has anyone managed to get this working in .net 2.0 or 3.5, or perhaps VB? &amp;nbsp; &amp;nbsp;Can you share your project? &amp;nbsp;azzurij [at] hotmail&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#8919130</link><pubDate>Tue, 02 Sep 2008 09:13:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8919130</guid><dc:creator>Alexander Alexandrov</dc:creator><description>&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;The solution worked for me for the Task 'SharePoint' reported error (0x8000FFFF):&lt;/p&gt;
&lt;p&gt;There is a .Net passport that stores usernames and passwords. It's located in the &amp;quot;Control Panel\User Accounts\User Accounts\Manage your network passwords&amp;quot; for Vista and &amp;quot;Control Panel\User Accounts\Your username\ Change My .Net Password&amp;quot;&lt;/p&gt;
&lt;p&gt;If you change your password in Workspace and you have chosen to sign in automaticaly this error occurs, because the stored password is different.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt; Alexander Alexandrov&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#8930359</link><pubDate>Sun, 07 Sep 2008 10:40:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8930359</guid><dc:creator>Plamen</dc:creator><description>&lt;p&gt;@Alexander Alexandrov&lt;/p&gt;
&lt;p&gt;Thank you, Alexander, for the effort to put it up here. Finally, there is a simple exlanation to this problem. It took me two nights until I found your post.&lt;/p&gt;
</description></item><item><title>Sync Outlook 2003 w/ Website | keyongtech</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#9365184</link><pubDate>Thu, 22 Jan 2009 12:04:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9365184</guid><dc:creator>Sync Outlook 2003 w/ Website | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/1699510-sync-outlook-2003-w-website"&gt;http://www.keyongtech.com/1699510-sync-outlook-2003-w-website&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#9476945</link><pubDate>Sun, 15 Mar 2009 01:01:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9476945</guid><dc:creator>jr</dc:creator><description>&lt;p&gt;Is the code for this posting still available?&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#9477898</link><pubDate>Sun, 15 Mar 2009 09:05:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9477898</guid><dc:creator>toub</dc:creator><description>&lt;p&gt;Yup, as an attachment to the post. I've also updated the link in the post.&lt;/p&gt;
</description></item><item><title>re: OutlookContactProvider</title><link>http://blogs.msdn.com/toub/archive/2004/12/22/outlookcontactprovider.aspx#9939059</link><pubDate>Sat, 19 Dec 2009 07:12:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9939059</guid><dc:creator>Paul LInton</dc:creator><description>&lt;p&gt;I tried to run the code but have been getting the same 8000ffff error that many people report. &amp;nbsp;When I look at WssListResponse.GetListDescription it doesn't add the &amp;lt;&lt;/p&gt;
&lt;p&gt;Fields&amp;gt; element to the doc. &amp;nbsp;When I add that everything starts to work.&lt;/p&gt;
&lt;p&gt;So, is the code in the download the right version?&lt;/p&gt;
</description></item></channel></rss>