简体   繁体   English

从Hotmail检索电子邮件联系人

[英]Retrieving Email contacts from Hotmail

I am new to stackeoverflow. 我是stackeoverflow的新手。 I am trying to retrieve email address of contacts from Hotmail in asp.net.But its giving email hashes. 我正在尝试从asp.net中的Hotmail检索联系人的电子邮件地址,但是它给了电子邮件哈希值。

How can i get the email address of the contacts?below is the response i get from the API. 我如何获取联系人的电子邮件地址?以下是我从API获得的响应。

{
   "id": "contact.ca49847541d000000000000000000000000", 
   "first_name": abc, 
   "last_name": xyz, 
   "name": "test@test.net", 
   "gender": null, 
   "is_friend": true, 
   "is_favorite": false, 
   "user_id": "XXXXXXX4d520c", 
   "email_hashes": [
      "abbfa2d656170aa1b4bd596047b98f0a2cc7b106ccfd83434e6caff01c2bdd77"
   ], 
   "updated_time": "2011-11-12T08:15:26+0000"
}

Some more information: 一些更多的信息:

A hash is not designed to be "decoded", The point is for you to be able to check it against an email address or addresses you already have. 哈希不能被设计为“解码”,关键是您可以根据一个或多个电子邮件地址检查它。

Source and possible duplicate: How to convert hash into text from the response of Live API for Contacts 源和可能的重复: 如何从Live API for Contacts的响应中将哈希转换为文本

Because someone decided to downvote me, I did some more research. 因为有人决定对我投反对票,所以我做了更多研究。 There's no way you'll get the email addresses from these hashes. 您不可能从这些哈希中获取电子邮件地址。 You need to find another way to retrieve your contacts and there emailadresses. 您需要找到另一种方法来检索您的联系人和电子邮件地址。 So far, I did not find any sollution to do this. 到目前为止,我还没有找到解决方案。

I've found some non-free services that will give you what you need. 我发现一些非免费服务可以满足您的需求。 Other than those, it seems only big companies are able to get the emailaddresses of all the contacts. 除此之外,似乎只有大公司才能获得所有联系人的电子邮件地址。 I guess Microsoft benefits from security and sells this option for big money. 我想微软将从安全性中受益,并以大笔钱出售了该选项。

Here's one service you can use: 您可以使用以下一项服务:

http://stescodes.com/grabcontacts.aspx http://stescodes.com/grabcontacts.aspx

UPDATE: OpenContacts.NET is open-source library for importing contacts from popular web-mail services. 更新: OpenContacts.NET是一个开放源代码库,用于从流行的Web邮件服务中导入联系人。 Now supports: GMail, Yahoo! 现在支持:GMail,Yahoo! Mail, Live (Hotmail). 实时邮件(Hotmail)。

Have a nice day. 祝你今天愉快。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从gmail,yahoo,hotmail facebook和twitter导入联系人 - Importing contacts from gmail, yahoo, hotmail facebook and twitter Openinviter没有使用php导入Hotmail的联系人 - Openinviter not importing contacts of Hotmail using php 如何检查 email 不是 gmail 或 hotmail - How to check if email is not a gmail or hotmail 如何从网站中的各种电子邮件服务提供商导入电子邮件联系人? - How to import email contacts from various email service providers in a website? 检查电子邮件地址是否不是“免费网络邮件”(hotmail,yahoo ...) - Check if an email address is not a “free webmail” (hotmail, yahoo…) 使用 appscript 从特定发件人处检索电子邮件 - Retrieving email from a specific sender using appscript 如何使用 Javascript 显示 Gmail、Yahoo、Hotmail、AOL 的电子邮件收件箱? - How to display email inbox for Gmail, Yahoo, Hotmail, AOL using Javascript? 如何为Gmail,Hotmail等电子邮件阅读器创建预览模式 - How to create the preview mode for the email-readers like Gmail, Hotmail How to get all contacts (sender, to, cc, etc) from a specific email using Outlook REST API with JavaScript? - How to get all contacts (sender, to, cc, etc) from a specific email using Outlook REST API with JavaScript? Google Contacts API - 如何仅过滤电子邮件联系人 - Google Contacts API - how to filter only email contacts
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM