Quantcast
Viewing all articles
Browse latest Browse all 32060

C# Windows Application -- Automatic Email with an Attachmen

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.

Viewing all articles
Browse latest Browse all 32060

Trending Articles