First Job part1

This is my first job out of uni and Im writing a windows service using .NET. The service regularly contacts the exchange server, checks for mail at 2 different mailboxes, possibly over a different domain. It picks up the mail in a mail box and possible attachments. Then it does some mail parsing and decides what to do with the content of the mail and possible attachments ( and then possibly alert another user program ). It then may or may not send a return email to the sender with various information.

So I have set up 3 users on the exchange server, mailbox1 ,mailbox2 and the test user. I will use the test user in my unit tests to test the service. Also I am having trouble debugging the service, I think its a little hard and I dont want to waste time not producing in my first job, therefore i will create a consol application, then once im satisfied with the state of it I will change it to a service application.

Posted byShitwolf at 3:02 PM  

0 comments:

Post a Comment