Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am trying to write a windows service to read email as it comes and insert it into database and after that generate a file from that data and email it.

i want all this to be done through a windows service.

could anybody specify how to achieve this...?
Posted
Comments
Sandeep Mewara 9-May-12 2:21am    
What have you tried so far? Where are you stuck?

1 solution

Try. To start with:

Windows Service
Simple Windows Service which sends auto Email alerts[^]

MSDN: Details about Windows Service:
Introduction to Windows Service Applications[^]


Database operation
Read about ADO.NET here and it will help you.

Look at these:
MSDN: ADO.NET[^]
MSDN: Accessing Data with ADO.NET[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900