Plaxo Delphi component is a non-visual component that allows you to work with Plaxo online service. The component supports Delphi 7 and higher Delphi versions and works directly with Plaxo using official API.
Connecting to Plaxo and showing list of contacts in listbox.
Plaxo := TPlaxo.Create;
Plaxo.Connect('email@address.com', 'password');
for I := 0 to Plaxo.ContactsCount - 1 do
ListBox1.Items.Add(Plaxo.Contacts[I].Title);
Download working example.
Note! The trial version of the component is available upon request.
PDC 1.0
Feb. 15, 2012