0

I'm using VS2010, C#, silverlight 4, I'm going to read gmail, yahoo and outlook accounts and display their inboxes, (gmail & yehoo have more importance), how can I do that? it is almost straightforward in ASP.NET using SMTP, but how is it done using silverlight? I've seen a very similar question, but I'm searching for some practical code if possible

thanks

4

1 回答 1

0

创建一个 WCF 服务,它将作为将在服务器上完成的真实 SMTP 服务器调用的外观,并使用一些 WCF api 从 silverlight->WCF->Server SMTP 调用操作这些电子邮件帐户。

于 2012-05-27T20:57:10.387 回答