Hello Coders I'm here to get help from you regarding my Final semester project.. My topic is to create a mail client like Outlook. I've done the sending part very well, but I'm stuck at the receiving part.. What I want : 1. Inbox : to show all mails present in the Inbox 2. New Mail Notification : will Show a notification including the sender's name and the Subject. 3. And the notification will be sent to client's registered mobile number. I'm using vb.net for entire project work. Why I'm here: Can anyone help me by giving any idea / information regarding RECEIVING A NEW MAIL NOTIFICATION AND ACCESS TO THE INBOX. Thanks in advance.
Microsoft did not provide a POP3 interactivity class. The {Mail} class used only to send E-mail messages using the common main server settings. But while I'm serving the internet to search for a same solution for myself I've found this page of a programmer who uploaded his [Scribbles] on how did he manage to overcome the POP3 problem without using any free or paid 3rd parties ... Here is the link (http://evry1falls.freevar.com/VBNet/VS2010DataBaseBook/vbnetpop3.html) It worked like a charm with me.