Is there a way that I can fetch the emails and integrate it to my web system?
The problem that I wanted to solve is that in one window they can pretty much do their work.
Including responding to email.

Thanks for the responses

Yes, you can develop asp.net code to log into a pop3, as an example, dowload the messages and store them in a database table. then simply display them to the user. Sending email is the easy part.

There are a lot of examples on line with regard to sending mail. Accessing a mailbox is also out there, but you may find that you may have to pay for the code, or develop it on your own.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.