Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there such a thing as a pop3 library compatible with Silverlight? I want to integrate a pop3 functionality into my application and I can't seem to find any library that is Silverlight-compatible.

Thanks.

share|improve this question

1 Answer

up vote 1 down vote accepted

If you have a trusted Silverlight application, MailBlackbox package of our SecureBlackbox will do the job. If your application is not trusted, then restrictions on network access, imposed by Microsoft, will apply and will make your task much harder (but not impossible).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.