root/site/pages/winoutlook/landing.html
@
60
| Revision 60, 7.6 kB (checked in by anonymous, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> |
| 5 | <link rel="icon" href="/pages/images/favicon.ico" type="image"/> |
| 6 | <title>.tel Developers | .tel Outlook Plug-in</title> |
| 7 | <link rel="stylesheet" href="/pages/css/layout.css" type="text/css"/> |
| 8 | <link rel="stylesheet" href="/pages/css/print.css" type="text/css"/> |
| 9 | <link rel="stylesheet" href="/pages/css/nstyleupdates.css" type="text/css"/> |
| 10 | <script src="/pages/js/jquery.pack.js"> |
| 11 | </script> |
| 12 | <script src="/pages/js/utils.js"> |
| 13 | </script> |
| 14 | <script src="/pages/js/swfobject.js"> |
| 15 | </script> |
| 16 | <meta name="author" value="Telnic Developer Community"/> |
| 17 | <meta name="email" value="general.AT.developer.DOT.telnic.DOT.org"/> |
| 18 | </head> |
| 19 | <body> |
| 20 | <!--PAGE HEADER--> |
| 21 | <!--TELNIC LOGO--> |
| 22 | <div id="header"> |
| 23 | <div class="logo"> |
| 24 | <a href="http://telnic.org/"> |
| 25 | <img src="/pages/images/TelnicLogo.gif" alt="The .tel Developer Community" border="0"/> |
| 26 | </a> |
| 27 | </div> |
| 28 | <div class="links"> |
| 29 | <a href="http://telnic.org/" class="normallink">Home</a> |
| 30 | <a href="http://telnic.org/aboutus.html" class="normallink">About Us</a> |
| 31 | <a href="/pages/sitemap.html" class="normallink">Developer Sitemap</a> |
| 32 | <a href="http://telnic.org/contact.html" class="lastlink">Contact Us</a> |
| 33 | </div> |
| 34 | </div> |
| 35 | <div id="wrapper"> |
| 36 | <div id="nsearchheader"> |
| 37 | <div id="nsearchformarea"> |
| 38 | <form action="http://www.google.com/search" method="get"> |
| 39 | <input value="telnic.org" name="sitesearch" type="hidden"/> |
| 40 | <input size="10" name="q" id="query" type="text"/> |
| 41 | <input name="Search" id="btnSubmit" value="Search" class="loginbtn" tabindex="3" type="submit"/> |
| 42 | </form> |
| 43 | </div> |
| 44 | </div> |
| 45 | <div class="clear"> </div> |
| 46 | <!--LEFT SIDE NAVIGATION--> |
| 47 | <div id="navcol"> |
| 48 | <ul class="first"> |
| 49 | <li> |
| 50 | <a href="/pages/index.html">Developers</a> |
| 51 | <ul class="navcolleveltwo"> |
| 52 | <li> |
| 53 | <a href="/pages/general_landing.html">Understanding .tel</a> |
| 54 | </li> |
| 55 | <li> |
| 56 | <a href="/pages/record_types.html">Record Types</a> |
| 57 | </li> |
| 58 | <li> |
| 59 | <a href="/pages/security.html">Security</a> |
| 60 | </li> |
| 61 | <li> |
| 62 | <a href="/pages/telhosting_sw.html">TelHosting Software</a> |
| 63 | </li> |
| 64 | </ul> |
| 65 | </li> |
| 66 | <li> |
| 67 | <a href="/pages/downloads.html">.tel Applications</a> |
| 68 | <ul class="navcolleveltwo"> |
| 69 | <li> |
| 70 | <a href="/pages/blackberry/landing.html">Blackberry</a> |
| 71 | </li> |
| 72 | <li> |
| 73 | <a href="/pages/winmobile/landing.html">Windows Mobile</a> |
| 74 | </li> |
| 75 | <li> |
| 76 | <a href="/pages/winoutlook/landing.html">Outlook</a> |
| 77 | </li> |
| 78 | <li> |
| 79 | <a href="/pages/iphone/landing.html">iPhone</a> |
| 80 | </li> |
| 81 | </ul> |
| 82 | </li> |
| 83 | <li> |
| 84 | <a href="/trac">Developer Area</a> |
| 85 | <ul class="navcolleveltwo"> |
| 86 | <li> |
| 87 | <a href="/pages/registration.html">Log in | Sign up</a> |
| 88 | </li> |
| 89 | <li> |
| 90 | <a href="/pages/discussion.html">Discussion</a> |
| 91 | <ul class="navcollevelthree"> |
| 92 | <li> |
| 93 | <a href="/trac/discussion">Forums</a> |
| 94 | </li> |
| 95 | <li> |
| 96 | <a href="/trac/wiki">Wiki</a> |
| 97 | </li> |
| 98 | <li> |
| 99 | <a href="/trac/wiki/RssFeed">RSS Feed</a> |
| 100 | </li> |
| 101 | <li> |
| 102 | <a href="/trac/wiki/BugTracker">Submit a Bug / Patch</a> |
| 103 | </li> |
| 104 | </ul> |
| 105 | </li> |
| 106 | <li> |
| 107 | <a href="/trac/wiki/SourceCode">Source Code</a> |
| 108 | </li> |
| 109 | <li> |
| 110 | <a href="/pages/tools.html">Toolkits</a> |
| 111 | </li> |
| 112 | <li> |
| 113 | <a href="/pages/api_landing.html">APIs</a> |
| 114 | </li> |
| 115 | <li> |
| 116 | <a href="/pages/howtos.html">Howtos</a> |
| 117 | </li> |
| 118 | <li> |
| 119 | <a href="/pages/whitepapers.html">Whitepapers</a> |
| 120 | </li> |
| 121 | <li> |
| 122 | <a href="/pages/guidelines.html">Guidelines</a> |
| 123 | <ul class="navcollevelthree"> |
| 124 | <li> |
| 125 | <a href="/pages/decisions.html">Decision Making</a> |
| 126 | </li> |
| 127 | <li> |
| 128 | <a href="/pages/maintain_code.html">Code Maintenance</a> |
| 129 | </li> |
| 130 | <li> |
| 131 | <a href="/pages/site.html">Website Updates</a> |
| 132 | </li> |
| 133 | </ul> |
| 134 | </li> |
| 135 | <li> |
| 136 | <a href="/pages/external_refs.html">External Links</a> |
| 137 | </li> |
| 138 | </ul> |
| 139 | </li> |
| 140 | <li> |
| 141 | <a href="/pages/faq.html">FAQ</a> |
| 142 | </li> |
| 143 | </ul> |
| 144 | </div> |
| 145 | <!--MAIN BODY--> |
| 146 | <div id="maincolfullwidth_withspace_more"> |
| 147 | <a name=".tel Outlook Plug-in"> |
| 148 | <h1>.tel Outlook Plug-in</h1> |
| 149 | </a> |
| 150 | <table class="tblresel" cellpadding="0" cellspacing="0" border="0"> |
| 151 | <tr> |
| 152 | <th>Key Point</th> |
| 153 | <th>Description</th> </tr> |
| 154 | <tr> |
| 155 | <td class="left">Full name </td> |
| 156 | <td class="right">.tel Outlook® Plug-in</td> |
| 157 | </tr> |
| 158 | <tr class="alt"> |
| 159 | <td class="left">Current release </td> |
| 160 | <td class="right">1.0 Beta pre-release version</td> |
| 161 | </tr> |
| 162 | <tr> |
| 163 | <td class="left">Purpose</td> |
| 164 | <td class="right"> Plug-in for looking up and adding .tel |
| 165 | domains to the address book </td> |
| 166 | </tr> |
| 167 | <tr class="alt"> |
| 168 | <td class="left">Key features</td> |
| 169 | <td class="right"> |
| 170 | - Can login and manage/edit your .tel domain <br/> |
| 171 | - Can search other .tel domains and add to contacts in your address book<br/> |
| 172 | - Can use appropriate applications directly for various types of contacts<br/> |
| 173 | - Can get authenticated and read private .tel data of your friends |
| 174 | </td> |
| 175 | </tr> |
| 176 | <tr> |
| 177 | <td class="left">Supported languages</td> |
| 178 | <td class="right">English and most European languages depending on your |
| 179 | PC language settings</td> |
| 180 | </tr> |
| 181 | <tr class="alt"> |
| 182 | <td class="left">Supported OS / Device</td> |
| 183 | <td class="right">Microsoft Windows® XP and Vista® OS, Microsoft Outlook 2003 and 2007</td> |
| 184 | </tr> |
| 185 | <tr> |
| 186 | <td class="left">Programming language</td> |
| 187 | <td class="right">C# using Microsoft Visual Studio® 2005 IDE</td> |
| 188 | </tr> |
| 189 | <tr class="alt"> |
| 190 | <td class="left">Binary download</td> |
| 191 | <td>12,4MB</td> |
| 192 | </tr> |
| 193 | <tr> |
| 194 | <td class="left">Source code</td> |
| 195 | <td>Available via SVN checkout, see <a href="/trac/browser">Repository Browser</a>.</td> |
| 196 | </tr> |
| 197 | <tr class="alt"> |
| 198 | <td class="left">Install procedure</td> |
| 199 | <td class="right">Download the installer by clicking the links below. |
| 200 | You can use the smaller online installer, which relies on several external components |
| 201 | and downloads them in case they're not on the system, or a full installer. |
| 202 | <br/>The application installs automatically for the current user in the user's |
| 203 | application directory. When a newer plug-in version is installed, |
| 204 | the older version is removed, but the preferences remain unchanged.</td> |
| 205 | </tr> |
| 206 | <tr> |
| 207 | <td class="left">Uninstall procedure</td> |
| 208 | <td class="right">Via Add/Remove Programs menu in the Control Panel or |
| 209 | by running the Installer again and selecting the "Remove" option.</td> |
| 210 | </tr> |
| 211 | <tr class="alt"> |
| 212 | <td class="left">Configuration</td> |
| 213 | <td class="right">During the first run or later via the Preferences, need to |
| 214 | get authenticated to manage own .tel and view other .tel domains' private data |
| 215 | </td> |
| 216 | </tr> |
| 217 | <tr> |
| 218 | <td class="left">Known Limitations</td> |
| 219 | <td class="right">See the <a href="/trac/wiki/OutlookPlugin">wiki</a>. |
| 220 | </td> |
| 221 | </tr> |
| 222 | <tr class="alt"> |
| 223 | <td class="left">Dependencies</td> |
| 224 | <td class="right"> |
| 225 | - Microsoft Office 2003 (or 2007 for Outlook 2007) Primary Interop Assemblies<br/> |
| 226 | - Microsoft Visual Studio 2005 Tools for Office Second Edition (VSTO 2005 SE) |
| 227 | </td> |
| 228 | </tr> |
| 229 | </table> |
| 230 | |
| 231 | <p align="right"> |
| 232 | <a href="/downloads/OutlookPlugin-Installer-v3.0-RMR.exe"> |
| 233 | <img src="/pages/images/outlook_dwld.gif" alt="Download"/> |
| 234 | </a> |
| 235 | <a href="/downloads/OutlookPlugin-Online-Installer-v3.0-RMR.exe"> |
| 236 | <img src="/pages/images/outlook_dwld_online.gif" alt="Download online installer"/> |
| 237 | </a> |
| 238 | </p> |
| 239 | |
| 240 | </div> |
| 241 | <div class="clear"> </div> |
| 242 | </div> |
| 243 | <!--FOOTER SEPARATOR--> |
| 244 | <div id="footer"> |
| 245 | <div class="left"> |
| 246 | <a href="/pages/legal.html"> Legal & Privacy</a> © 2008 Telnic Limited.</div> |
| 247 | <div class="right"> |
| 248 | <p id="fplayer"> |
| 249 | <a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this movie.</p> |
| 250 | <script src="/pages/js/countdown.js"> </script> |
| 251 | </div> |
| 252 | </div> |
| 253 | </body> |
| 254 | </html> |
Note: See TracBrowser
for help on using the browser.








