473,383 Members | 1,843 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,383 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 1142
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

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...
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...
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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
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...

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.