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. Its recommended only for advanced users since the instructions supposedly don't work on all systems, and it requires modifying your configuration files. Its recommended you backup your profile before trying them. [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 |
|