Home All Groups Group Topic Archive Search About
Author
27 Jan 2006 9:03 AM
Savas Ates
How can i read email files by using vb.net. Any referance web site or code
sample?

Author
27 Jan 2006 9:15 AM
Cor Ligthert [MVP]
Savas,

The only website that I know for that.

http://www.indyproject.org/

That is all I know

Cor

Show quoteHide quote
"Savas Ates" <in da club> schreef in bericht
news:u3$RcCyIGHA.140@TK2MSFTNGP12.phx.gbl...
> How can i read email files by using vb.net. Any referance web site or code
> sample?
>
>
>
>
Author
27 Jan 2006 9:55 AM
Chris S.
microsoft.public.dotnet.languages.csharp - might indicate something
about this newsgroup's language :o]
Author
27 Jan 2006 10:22 AM
Cor Ligthert [MVP]
Chris,
> microsoft.public.dotnet.languages.csharp - might indicate something
> about this newsgroup's language :o]
>
What do you mean?

Cor
Author
27 Jan 2006 10:32 AM
Jon Skeet [C# MVP]
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
Author
27 Jan 2006 2:26 PM
Cliff Harris
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

Show quoteHide quote
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:1138357934.753072.282120@g47g2000cwa.googlegroups.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
>
Author
27 Jan 2006 3:16 PM
Jon Skeet [C# MVP]
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
Author
27 Jan 2006 11:40 AM
Herfried K. Wagner [MVP]
"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/>
Author
28 Jan 2006 3:57 PM
Dennis
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


Show quoteHide quote
"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/>
>
>
Author
28 Jan 2006 4:10 PM
Dennis
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


Show quoteHide quote
"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/>
>
>
Author
30 Jan 2006 1:19 AM
Christopher Reed
Try something like "smtp-server.houston.rr.com".
--
Christopher A. Reed
"The oxen are slow, but the earth is patient."

Show quoteHide quote
"Dennis" <Den***@discussions.microsoft.com> wrote in message
news:A948639B-1145-4CB0-B51F-D612635940EB@microsoft.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/>
>>
>>
Author
31 Jan 2006 2:59 AM
Steven Nagy
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"
Author
30 Jan 2006 2:53 PM
lesnikowski
> 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
Author
31 Jan 2006 12:52 AM
Dennis
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


Show quoteHide quote
"lesnikow***@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
>
>