Project Description:
We need a script to import contacts (addressbook) from any Windows email accounts:
Outlook.com /Hotmail / Windows Live and MSN
It needs to be integrated in our webpage. We are using Openinviter but it doesn't work with them. http://openinviter.com/demo/
We need something similar to open inviter, like this:
User will input email and password
The script should output an array as follows:
array (
"email1" => "name1",
"email2" => "name2",
.......
);
This is how we will proceed to test the product.
Create a very simple web page. Entry fields will be email and password, and an Accept button.
The output will be a screen printout of all contacts of that email account.
This way we will test it with our email accounts and check the contacts.
Thank you