473,385 Members | 1,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

READING EMAILS

How can i read email files by using vb.net. Any referance web site or code
sample?


Jan 27 '06 #1
13 1398
Savas,

The only website that I know for that.

http://www.indyproject.org/

That is all I know

Cor

"Savas Ates" <in da club> schreef in bericht
news:u3*************@TK2MSFTNGP12.phx.gbl...
How can i read email files by using vb.net. Any referance web site or code
sample?

Jan 27 '06 #2
microsoft.public.dotnet.languages.csharp - might indicate something
about this newsgroup's language :o]

Jan 27 '06 #3

Chris,
microsoft.public.dotnet.languages.csharp - might indicate something
about this newsgroup's language :o]

What do you mean?

Cor
Jan 27 '06 #4
Chris S. wrote:
microsoft.public.dotnet.languages.csharp - might indicate something
about this newsgroup's language :o]
Are you thinking Indy => Delphi?
From the main page of indyproject.org:


<quote>
Indy.Sockets is available for C#, C++, Delphi, Visual Basic.NET, any
..NET language, and Kylix.
</quote>

Jon

Jan 27 '06 #5
"Savas Ates" <in da club> schrieb:
How can i read email files by using vb.net. Any referance web site or code
sample?


Sending and receiving email
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=email&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jan 27 '06 #6
What he was referring to was the question... Savas wanted to know how to do
it in VB.NET, this is a C# newsgroup.

-Cliff

"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Chris S. wrote:
microsoft.public.dotnet.languages.csharp - might indicate something
about this newsgroup's language :o]


Are you thinking Indy => Delphi?
From the main page of indyproject.org:


<quote>
Indy.Sockets is available for C#, C++, Delphi, Visual Basic.NET, any
.NET language, and Kylix.
</quote>

Jon

Jan 27 '06 #7
Cliff Harris wrote:
What he was referring to was the question... Savas wanted to know how to do
it in VB.NET, this is a C# newsgroup.


Ah, right. Actually, the original post was made to multiple groups,
including a VB one.

Still, the answer's the same either way, as you can use Indy from
VB.NET.

Jon

Jan 27 '06 #8
I am trying to use the smtpmail class to send e-mail.

SmtpMail.SmtpServer = "your mail server name goes here". I believe my
server name is pop-server.houston.rr.com...does this sound correct (I'm using
roadrunner).

--
Dennis in Houston
"Herfried K. Wagner [MVP]" wrote:
"Savas Ates" <in da club> schrieb:
How can i read email files by using vb.net. Any referance web site or code
sample?


Sending and receiving email
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=email&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jan 28 '06 #9
When using the SMTPMail Class and the following, I get the error:

The transport failed to connect to the server

System.Web.Mail.SmtpMail.SmtpServer = "pop-server.houston.rr.com"

How do I get my mail server's name?
--
Dennis in Houston
"Herfried K. Wagner [MVP]" wrote:
"Savas Ates" <in da club> schrieb:
How can i read email files by using vb.net. Any referance web site or code
sample?


Sending and receiving email
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=email&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jan 28 '06 #10
Try something like "smtp-server.houston.rr.com".
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

"Dennis" <De****@discussions.microsoft.com> wrote in message
news:A9**********************************@microsof t.com...
When using the SMTPMail Class and the following, I get the error:

The transport failed to connect to the server

System.Web.Mail.SmtpMail.SmtpServer = "pop-server.houston.rr.com"

How do I get my mail server's name?
--
Dennis in Houston
"Herfried K. Wagner [MVP]" wrote:
"Savas Ates" <in da club> schrieb:
> How can i read email files by using vb.net. Any referance web site or
> code
> sample?


Sending and receiving email
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=email&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jan 30 '06 #11
> How can i read email files by using vb.net. Any referance web site or code
sample?


Try this Mail.dll component:
http://www.lesnikowski.com/mail

Jan 30 '06 #12
Does this DLL require that IIs be installed...I probably uses the
System.web.mail class which I believe does require that IIs be installed.
--
Dennis in Houston
"le*********@gmail.com" wrote:
How can i read email files by using vb.net. Any referance web site or code
sample?


Try this Mail.dll component:
http://www.lesnikowski.com/mail

Jan 31 '06 #13
I think that is your POP server, which is where the mail comes from.
Your SMTP server is the mail server that sends your email.
You can usually get this from your ISP, check their website or call
them.
Its also known as the "Outgoing mail server"

Jan 31 '06 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: dan glenn | last post by:
I'm creating HTML emails from a PHP site and sending them out to an email list (just about 40 people so far are on this list). I've tested and confirmed that these emails work in yahoo.com's...
5
by: David Costelloe | last post by:
Hi, I am having trouble with this code can't seem to load these email values any Ideas? XML File <?xml version="1.0" ?> <Sections> <FilePath> <Path>c:\temp\</Path> </FilePath>
0
by: Pavils Jurjans | last post by:
Hello, I have a third-paty application that uses text type field in MSSQL server to store data of incoming emails (full raw sources, including headers, etc.). Since the emails come in different...
3
by: Simon Harris | last post by:
Hi All, Ok, this must be a simple one, I'm trying to read a certain elements contents from an XML file. Heres what I've come up with so far, which seems to get stuick in a loop (ASPNET.EXE hogs...
1
by: Richard Browne | last post by:
I have been developing a program that takes a database of email bodies and then displays them to the user in a similar way to Outlook Express would. The problem I'm having is showing only the...
5
by: Kun | last post by:
i have the following code: ---------------------------------- import smtplib from email.MIMEText import MIMEText fp = open('confirmation.txt', 'rb') msg = MIMEText(fp.read()) From =...
0
by: James | last post by:
Using XML and the HttpWebRequest object, I'm easily able to authenticate an exchange user behind the scenes and retrieve a list of emails and the corresponding fields. For whatever sets of...
4
by: shmick30 | last post by:
Hi There, I am looping through and reading the body contents of a mail box with over 200 emails in it. The script is running very slow and timing out after 180 seconds, only getting through...
0
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
Like many people, I normally use Yahoo! Mail via the web and like to keep all my emails stored on the Yahoo! server. However sometimes I can’t get access to a PC/the web and I download my emails...
1
by: tim | last post by:
Hi, I have tried to make some code (with VB6) that will retrieve email from my personal email inbox. This works fine, but I need to read emails from a shared folder. I have goggled a lot but I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.