Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
C# Windows Application -- Automatic Email with an Attachmen
Harsha Reddy
11y
1.2k
1
Reply
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
[email protected]
) 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.
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
SQL CE 4.0 Database in Visual Studio 2010 Server Explorer
correct code for sending sms to mobile using vb.net