1
I would like a function to monitor the Email inbox.
1
I would like a function to monitor the Email inbox.
2
In general, mailboxes have access via the "POP3" protocol. Unfortunately, and to my surprise too, I did not find in the Framework a "standard" implementation. Usually this comes ready.
Luckily, there are some implementations out there. I haven’t used any of them, but it’s worth checking to see if they are mature and reliable projects:
http://sourceforge.net/projects/hpop/ http://www.codeproject.com/Articles/15611/POP3-Email-Client-with-full-MIME-Support-NET-2-0
valeu I’ll take a look
Browser other questions tagged vb.net email
You are not signed in. Login or sign up in order to post.
Is there anything more specific you want? We need more information to help you. We can help by answering questions to problems you have. But we are not a repository of ready-made functions.
– Maniero
i would like to create a process that will be monitoring the inbox of the E-mail account, as soon as a new email is received it will display a small message in the corner of the screen like the Messenger.
– Franklin Bitencourt
Put these details in your question to make it easier for everyone to understand it more easily. Edit as many times as necessary. http://meta.pt.stackoverflow.com/questions/700/como-comecar-aqui-no-stackoverflow-em-portugues
– Maniero
Make it clear in what kind of environment you need to develop this... specify environment, language, framework helps attract from those who might have the answer.
– Guilherme