hello all
my question is :
Can I delete my email message in google
using C# ?
Because I know the email account of my own in google full of spam
I want to delete iterately using c# .is that possible ?
How ?
thank you.
han
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Dec 15, 2009, 11:11 PM
check out some of them they offer delete method in POP3 as Gmail Support POP3 service .
http://www.example-code.com/csharp/email.asp
http://www.emailarchitect.net/
http://download.cnet.com/NET-POP3-Component-for-C-VB-ASP-NET/3000-2070_4-10972251.html
you will find Methods that retrieve mail from pop3 but they dont have delete method so you have to use Commercial components .
if my answer helps you then check "Do you like this answer" check box please :)
Nilanka DharmadasaPosted Dec 15, 2009, 11:06 PM
IMAP can be used for GMail. So following example will be ideal for you.
Click here.
If you find my answer useful, please check Do you like this answer checkbox.