Web Forms :: POP3 Reading Mails Automatically?
Mar 28, 2011
I Need to make an application that reads an email automatically (when there is an new email) and delete it afterward , those emails have an attachement that i want to use later.
View 2 Replies
Similar Messages:
Oct 4, 2010
i have this WCF application which is hosted as a windows service. This service has to download mails which have CSV attached to them from a pop3 account. After getting that CSV i have to delete that mail from the pop3 account so that it is not downloaded again. How can i do it?
View 1 Replies
Dec 3, 2010
I have a WCF application which reads mails from a pop3 account and deletes them from the inbox after reading it by sending "DELE 1". Now i want to do some change in this functionality. ie instead of deleting the mail from the inbox i want to move it to another folder.
View 2 Replies
Sep 2, 2010
i have collection of mails with subject ,and i all the mails should be transfered to the realted dept as according to the subject in emails ?
View 10 Replies
Jan 18, 2010
im wonder if someone can give me direction to articles / solutions to something im tryin to do. I have membership registration for my site. I want to build some email engine that send automaticly mails to registers members by day. for example: the user is register to the site after that he get email, that OK i know how to do that. but i want the site will send another mail after a day, another email after 2 days and another email after 7 days.
View 2 Replies
Aug 16, 2012
one of my client asked today about to get reading from water flow meter device and display in asp.net. and also it should updates the reading every ten min.
it is r & d project . if u know how to integrate the water flow meter into asp.net ...
View 1 Replies
Mar 19, 2010
how can i retrieve emails via pop3(using asp.net and c#)?
View 3 Replies
Apr 27, 2013
I have gone through the article on
"Fetch and Read emails from POP3 mail server using C# and VB.Net - Part I"
I provided gmail server and all necessary credentials. But i was not able to get all emails from gmail .It was fetching last 300 mails. Getmessage count is getting wrong message count.
View 1 Replies
Aug 2, 2012
How to view and download attachments after reading an email pop3 server in asp.net with example ...
View 1 Replies
Aug 19, 2010
I am sending mails from ASP.net application does the same way can i receive mails from other recipients. how can i achieve that.
View 2 Replies
Mar 9, 2011
my all mail come in spam folder ..
View 1 Replies
Jul 10, 2010
[Code]....
then i got a message about a better way using net.mailmessage insted so i did, and i used this (i did set user name and password)
and it just wont work
[Code]....
View 16 Replies
Mar 10, 2011
Does any one knows how i can configure IIS on windows 7 ultimate for receiving mails from my domain via my hosting provider?(not for SMTP because i know how this works...but for pop mail.mydomain.com)If this is not posible does any one knows what programm i need to install so that i can receive and diliver these mails?Must i install a external mail server?
View 2 Replies
Apr 17, 2012
I want to sent mails from my application, from address may be any domain and to address also any domain.But in my application i already registered my domain name(mail.bsl.co.uk) in web.config file.the mails are going from that domain(xyz@bsl.co.uk) to other domains.But i want to sent mails from gmail,yahoo etc to other domains.
View 1 Replies
Oct 28, 2010
how can we get the mails from different mail servers by using pop3 server in asp.net
View 4 Replies
Jan 15, 2011
tcpClient.Connect(hostName, 110)
Dim networkStream As NetworkStream = tcpClient.GetStream()
Dim bytes(tcpClient.ReceiveBufferSize) As Byte
[code]...
View 2 Replies
Jan 30, 2010
I have a requirement of sending 3000 Emails one by one with an attachment of around 100KB, I was using System.net.mail namespace with our company mail server.my program will send upto 360 mails after that it is not sending emails,and it is not giving any exception.what is the solution to my problem.
View 13 Replies
Feb 1, 2011
i am working on a project which needs to send mails. it is still under development.
can any one guide me how to setup smtp server (IIS 5) to send mails and code to send mails as well. this is all for testing only.
View 9 Replies
Aug 26, 2012
I just want to ask you how to distinguish the mail between read & unread. Just like in some mail services the read mails are displayed in regular font & unread mails are displayed with bold. I want to know how to do this.
View 1 Replies
Mar 7, 2011
I know this is probably a pretty easy thing to do and it is if I can upload the file and store it onto the hard drive of the server. What I need to do is read the text file into memory and then parse through it one line at a time. Anyone have any code that demonstrates that?
View 8 Replies
Jul 24, 2012
why sometime mail go to spam folder and take lots of time.
View 1 Replies
Nov 8, 2010
I want to use pop3/imap servers of yahoo in asp.net. Is it free to access pop3/imap servers of yahoo?
View 2 Replies
Sep 24, 2010
I have an application that sends mails with Gmail SMTP server (smtp.gmail.com) using SSL.
Now I want to read the emails from that account, does anyone have how can I make this programatically in C# and ASP.NET?
At this point I'm using this code:
[Code].....
And when I debug it it's shows that it's connected but no response in retrieving emails.
View 3 Replies
Apr 22, 2014
Using the code(which is provided in this site) m able to retrieve the mails from gmail only, what should i change in that code so that i can also retrieve the mails from ymail hotmail etc....
View 1 Replies
May 7, 2015
I had gone through Fetching Email using Pop3. I am able to fetch all email using Pop3. Now i want read and download "CID" image. How can I ? Images which are being inserted inside Body.
View 1 Replies