Using Outlook and OE contacts with Thunderbird or Mozilla MailFrom MozillaZine Knowledge Base(Redirected from Using Outlook (Express) contacts with Thunderbird or Mozilla Mail)
These instructions are based on information from the Abzilla project, an inactive Mozilla project. It's recommended only for advanced users since the instructions supposedly don't work on all systems, and it requires modifying your configuration files. It's recommended you back up your profile beforehand. It's also recommended using the Configuration Editor (in Thunderbird, "Tools -> Options -> Advanced -> General -> Config Editor..."; in Mozilla Suite/SeaMonkey, enter about:config in the Location Bar) instead of the user.js file. See Editing configuration and Modify Thunderbird settings for more information. [edit] To use the Outlook Express address book:
user_pref("ldap_2.servers.OE.description", "Outlook Express");
user_pref("ldap_2.servers.OE.dirType", 3);
user_pref("ldap_2.servers.OE.uri", "moz-aboutlookdirectory://oe/");
[edit] To use Outlook Contacts:Note: You can only use Outlook's contacts if Outlook is set as the default e-mail program.
user_pref("ldap_2.servers.Outlook.description", "Outlook");
user_pref("ldap_2.servers.Outlook.dirType", 3);
user_pref("ldap_2.servers.Outlook.uri", "moz-aboutlookdirectory://op/");
[edit] External links |
|