|
does this package supports silverlight? anyone knows what it takes to make it support silverlight? Thanks Thank you for the quick reply. we are, indeed interested in SilverLight OOB, with Elevated Trust. so if you plan such version, it will be great. Thanks, |
|
Hello,
the short answer is 'no, right now The longer answer is that even if we ported our components to previous versions of In the current version of
With Considering this, it may make sense to think about porting our components to Would it be possible to edit your post and add details about your usage scenario? What platform would you use (webbrowser, phone, desktop app)? What you would like to achieve? |
|
It's not the case at all that a silverlight client can only talk to the host site. Many of the "getting started" demos and videos show creating a Twitter reader in Silverlight, and the other day I saw a facebook silverlight application. My research has shown the hurdle is indeed limitations like the port issue you mentioned. I don't see how you'd overcome that, even with elevated trust. At the end of the day, I think you'll still be forced to write some sort of service around the imap functionality and have the silverlight talk to that. I am starting to do that now. I basically need a silverlight mail client, and I have to start working on it immediately. My current environment will be a SL4 web browser application, but could eventually include mobile phone. |