<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Integrate Alfresco with MS Office 2002 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140648#M98502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where can I find the source for the add-in?It would make for a great sample using web services in .Net.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2008 19:55:42 GMT</pubDate>
    <dc:creator>stevewood2</dc:creator>
    <dc:date>2008-01-18T19:55:42Z</dc:date>
    <item>
      <title>Integrate Alfresco with MS Office 2002</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140646#M98500</link>
      <description>Hi,We would like to integrate Alfresco with a desktop environment running MSOffice 2002. We have had a look to the new Office 2003 Plugin Alfresco provides. Is Alfresco support Office 2002? we are ready to rewrite the code looking at the logic written for MS Office 2003We are using VS.NET 2005 , MS</description>
      <pubDate>Mon, 14 Jan 2008 15:28:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140646#M98500</guid>
      <dc:creator>fromvenky</dc:creator>
      <dc:date>2008-01-14T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate Alfresco with MS Office 2002</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140647#M98501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco currently has no plans to provide add-ins for MSOffice 2002.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to undertake this, I suggest you grab the Office 2003 add-in source code to become familiar with it, also read up on Visual Studio Tools for Office. A good resource for the latter is the MSDN forum here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.microsoft.com/msdn/showforum.aspx?forumid=16&amp;amp;siteid=1" rel="nofollow noopener noreferrer"&gt;http://forums.microsoft.com/msdn/showforum.aspx?forumid=16&amp;amp;siteid=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should only need to change the Office application-specific code in a couple of classes in the add-in client (do a diff on Word and Excel to help see these). The web scripts are completely reusable, as are most of the configuration and authentication parts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 15:58:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140647#M98501</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2008-01-14T15:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate Alfresco with MS Office 2002</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140648#M98502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where can I find the source for the add-in?It would make for a great sample using web services in .Net.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 19:55:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140648#M98502</guid>
      <dc:creator>stevewood2</dc:creator>
      <dc:date>2008-01-18T19:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate Alfresco with MS Office 2002</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140649#M98503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Details of our SVN repo are here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The source for the Office 2003 add-ins is in the projects/extensions folder. (Please note that the Office 2007 code is experimental and incomplete.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, the add-ins don't use web services at all. Authentication is done via a combination of querying an existing CIFS connection and/or HTTP authentication via the WebDAV interface. The user interface is entirely web script-based using an embedded MSIE control; with the exception of the initial configuration dialog.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 21:02:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/integrate-alfresco-with-ms-office-2002/m-p/140649#M98503</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2008-01-18T21:02:48Z</dc:date>
    </item>
  </channel>
</rss>

