can i make a web-based e-mail program in visual basic?
Printable View
can i make a web-based e-mail program in visual basic?
You can't actually make a web-based email application in Visual Basic...however...
If you want to make your own Web Based email website then are you better of looking at a form of CGI or ASP server...
Web Based email can only be accessed via HTTP, I guess you could send email via a Visual Basic program if you had the corrrect settings and commands, but it wouldn't be an easy job.