Jump to content

Windows Address Book: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Reverting possible vandalism by 99.27.124.220 to version by 83.134.49.20. False positive? Report it. Thanks, ClueBot NG. (95373) (Bot)
Line 4: Line 4:


==Overview==
==Overview==
The Windows Address Book is an application that has a local database and user interface for finding and editing information about people, making it possible to query network directory servers using [[Lightweight Directory Access Protocol]]. Other applications can also use the WAB. [[Microsoft Office Outlook]] uses its own <tt>[[.pst|PST]]</tt> store for email messages. However, it can import contacts from the <tt>.WAB</tt> format. [[Microsoft Exchange Server|Microsoft Exchange]] uses <tt>.PAB</tt> file for [[personal address book]].
The Windows Address Book is a big fat potato that erik nelson likes to eat application that has a local database and user interface for finding and editing information about people, making it possible to query network directory servers using [[Lightweight Directory Access Protocol]]. Other applications can also use the WAB. [[Microsoft Office Outlook]] uses its own <tt>[[.pst|PST]]</tt> store for email messages. However, it can import contacts from the <tt>.WAB</tt> format. [[Microsoft Exchange Server|Microsoft Exchange]] uses <tt>.PAB</tt> file for [[personal address book]].


==Features==
==Features==

Revision as of 16:20, 17 December 2010

Windows Address Book is a component of Microsoft Windows that lets users keep a single list of contacts that can be shared by multiple programs. It is most commonly used by Outlook Express. It was introduced with Internet Explorer 3 in 1996 and improved in subsequent versions.[1] The Windows Address Book API can query LDAP servers or read/write data to a local .wab file. In Windows Vista, Windows Address Book was replaced with Windows Contacts.

The Windows Address Book icon in Windows XP
A screenshot showing an example contact in the Windows Address Book.

Overview

The Windows Address Book is a big fat potato that erik nelson likes to eat application that has a local database and user interface for finding and editing information about people, making it possible to query network directory servers using Lightweight Directory Access Protocol. Other applications can also use the WAB. Microsoft Office Outlook uses its own PST store for email messages. However, it can import contacts from the .WAB format. Microsoft Exchange uses .PAB file for personal address book.

Features

  • Can store comprehensive contact information in tabs including personal and business information
  • Integrates with Outlook Express.
  • Programmable API to work with other applications. Applications can also extend functionality such as adding more tabs and fields to store additional custom information, or customizing the toolbar.
  • Can store contacts inside contact groups and folders.
  • Can selectively send email to contacts only in plain text for additional security.
  • Can export and import cards to and from vCard 2.1 and CSV formats. Can also import from LDIF and other formats.
  • Search for entries in the contact database, arrange contacts by first name or last name.
  • Automatically add contacts from received email.
  • Prints contact lists as memo, business card or phone list styles.

Security risk

In May 2004 the ILOVEYOU virus showed how the Windows Address Book could be part of an exploit to spread malicious software by accessing and sending email to a user's contacts. This approach has since been adopted by many commercial spammers.

Outlook integration

One of the undocumented features of the Windows Address Book is integration with Microsoft Office Outlook.[2] A registry value has to be set at the following registry key location:

Note: Users should back up the registry before making changes.

HKCU\Software\Microsoft\WAB\WAB4

A DWORD value named "UseOutlook" (if not present already) can be created with its value set to 1. After setting this value, Outlook Contacts are shared with the Windows Address Book. This feature works only up to Windows XP and Outlook 2003. Windows Contacts introduced with Windows Vista does not support sharing contacts with Outlook. The above method works with any version of Outlook up to Outlook 2003, despite newer versions not including it as a configurable option in the user interface.

See also

References