Hello,
One way I can think of is to export the contact info into CSV file or something and read it with PHP, but I guess it must be always-up-to-date, right? How about searching for Outlook's addres book file or something (if there is such a thing)? Sorry I can't comment further because I don't use Outlook...
At any rate, you'll probably be looking at file(), file_get_contents(), fgetcsv() or other file functions. Good luck.