Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have developed a window application which is used to store the login time and logout time of an employee.

My table(EmpGridView)contains EmpID,cur_Date,EmpNAME,Email_ID,InTime,OutTime,Est atus,TotalWorkingHoours as the columns.

Now I need to send an email(eg: to abc@abc.com) automatically for every 30 min. with an attachment.

The attachment consists of the details from the EmpGridView table where Estatus = 'in' (this mean I need to send the details who's ever status is 'in' and ignore all other).

Explain how to do this.
Posted

1 solution

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