sending e-mail in VB.NET

  • Thread starter Massimo Zaccarin
  • Start date
M

Massimo Zaccarin

ok... I've done a test and.... it doesn't work under Win98
I'm writing a class that use sockets and it seems to work (I haven't tested
it hardly)

Bye
 
H

Herfried K. Wagner [MVP]

* "Cor said:
Thanks for your answer, but I am not totaly convinced, I do not know if I
will test it.


That I thought that it was and why could that not be in a W'98, XP home or
even a special made Linux Net environment.

IMO it shouldn't be the problem to reimplement the classes for Linux or
an older Windows version -- but it's a lot of work.

;-)
 
H

Herfried K. Wagner [MVP]

* "Cor said:
Now I can add Fergus with that sample.

But it is no alternative for webmail.

I write the alternative at Jay B's thread.

I read it...
 
J

Jay B. Harlow [MVP - Outlook]

Cor
Can you tell me if you are 100% sure that the connect component cannot run
on W'98?

It is not on W98 as it only ships with W2K, WinXP & Windows Server 2003.

The following site only says Windows XP, while the .NET docs say XP Pro.

http://msdn.microsoft.com/library/d...n-us/exchanchor/htms/msexchsvr_cdowin2000.asp

I do not have XP Home to verify if CDOSYS ships with it or not, I will ask
my fellow Outlook MVPs.

This page explicitly states not available on Windows 98!
http://msdn.microsoft.com/library/d...tml/_cdosys_cdosys_component_availability.asp
even a special made Linux Net environment.
Remember CDOSYS is an implementation detail. When System.Web.Mail.SmtpMail
is ported to Linux, it could be implemented with Sockets or a "native" Linux
SMTP library, instead of CDOSYS.

Hope this helps
Jay
 
P

Peter Huang

Hi Massimo,

As I said in my previous post, since the SMTPMail class will use the
CDOSYS.dll shipped from windows 2000, it will not work on windows 98.
So you have to do the issue yourself or use an third party tool. As
Herfried said, you may try to automation outlook to achieve your aim, but
you can not guarantee that all the customers who will use your program will
have outlook installed

If you have any concern on this issue, please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top