Mail Queue
Tools and Technologies Used: Visual Studio .NET 2005, Visual Basic .NET, SQL Server 2000, Windows Services, Web Services
MailQueue was aimed to process different POP3 mailboxes on predefined time interval. This was basically the Support Ticketing system’s backend processing. It process each mailbox (in multi threaded environment) to find new mails and store them in SQL server and upload attachments to a web service written by me. It also assign a unique id to each message if not found in the mail subject
View All Projects