<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Outlook Contact</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8560122" />
  <subtitle>Outlook Contact</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8560122</id>
  <updated>2013-05-26T01:12:43Z</updated>
  <dc:date>2013-05-26T01:12:43Z</dc:date>
  <entry>
    <title>RE: Outlook Contact</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8726033" />
    <author>
      <name>Christophe Baehr</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8726033</id>
    <updated>2012-11-21T13:10:14Z</updated>
    <published>2012-11-21T13:10:14Z</published>
    <summary type="html">Hi Howard,
 
Thanks for your input.
Using activeX means using IE only, which is not a solution.
 
I though something was on the way since the jabber 9.1 client does support it :)
 
Regards
Fabian</summary>
    <dc:creator>Christophe Baehr</dc:creator>
    <dc:date>2012-11-21T13:10:14Z</dc:date>
  </entry>
  <entry>
    <title>RE: Outlook Contact</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8707517" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8707517</id>
    <updated>2012-11-20T21:53:37Z</updated>
    <published>2012-11-20T21:53:37Z</published>
    <summary type="html">Christophe,
As far as I know this is not in the roadmap for web SDK. However, you can implment this by using ActiveX.
Below please see some sample Javscript code that allows you to retrieve the Outlook contact list that might help.
var Const_olFolderContacts = 10;
var objApp = new ActiveXObject("Outlook.Application");
var objNS = objApp.GetNamespace("MAPI");
var colContacts = objNS.GetDefaultFolder(Const_olFolderContacts).Items
for( var i=1; i&lt;=colContacts.count;i++)
{
 var v = colContacts.item(i);
 alert(v["FullName"]+" ("+v["Email1Address"]+")");
}
 
Howard</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2012-11-20T21:53:37Z</dc:date>
  </entry>
  <entry>
    <title>Outlook Contact</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8560121" />
    <author>
      <name>Christophe Baehr</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8560121</id>
    <updated>2012-11-14T17:21:14Z</updated>
    <published>2012-11-14T17:21:14Z</published>
    <summary type="html">Hi all,
 
It seems that the last version of Cisco Jabber (9.1) contains an Outlook Connector that looks in your Personal Contact Cards and allow you to add this contact as an "External contact" in the contact list of Cisco Jabber.
Does anybody know if there's something similar integrated in the SDK that would allow us to use this kind of lookup ?
 
Thanks a lot
Regards
 
Fabian</summary>
    <dc:creator>Christophe Baehr</dc:creator>
    <dc:date>2012-11-14T17:21:14Z</dc:date>
  </entry>
</feed>

