473,386 Members | 1,720 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,386 software developers and data experts.

Send mail in Win98

My C# app is working on Win98, if I want my app can send mail, how can I do?
Nov 16 '05 #1
3 1205
cfyam <cf***@mail.apol.com.tw.NOSPAN> wrote:
My C# app is working on Win98, if I want my app can send mail, how can I do?


See http://www.indyproject.org

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #2
Hi,

You got to do it with out CDO sys when it come to sending mail in win 98..

have a look at this
http://www.planet-source-code.com/vb...=641&lngWId=10

Nirosh.

"cfyam" <cf***@mail.apol.com.tw.NOSPAN> wrote in message
news:ue**************@TK2MSFTNGP12.phx.gbl...
My C# app is working on Win98, if I want my app can send mail, how can I do?

Nov 16 '05 #3
Champika Nirosh <te**@test.lk> wrote:
You got to do it with out CDO sys when it come to sending mail in win 98..

have a look at this
http://www.planet-source-code.com/vb...=641&lngWId=10


Yuk - I'd avoid that code at all costs, to be honest. Things like:

<code>
while (s.Available==0)
{
System.Threading.Thread.Sleep(100);
}
s.Receive(bytes, 0, s.Available, SocketFlags.None);
sResponse = Encoding.ASCII.GetString(bytes);
</code>

along with a lack of naming convention, and putting the class in the
System.Web.Mail namespace suggest a distinct lack of experience to me.

As I suggested before, I'd use Indy.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #4

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

Similar topics

0
by: rsine | last post by:
Is there a way for programs running on the Win98 OS to send email? I currently have programs running on XP and Win2000 that send emails but was told my code would not work on Win98 or WinNT 4.0...
0
by: rsine | last post by:
Is there a way for programs running on the Win98 OS to send email? I currently have programs running on XP and Win2000 that send emails but was told my code would not work on Win98 or WinNT 4.0...
0
by: rsine | last post by:
Is there a way for programs running on the Win98 OS to send email? I currently have programs running on XP and Win2000 that send emails but was told my code would not work on Win98 or WinNT 4.0...
2
by: Walter CF | last post by:
Hi, I develop an application that send mail using system.web.mail namespace, It work without problems over Windows Xp, but in windows 98 it dont't work, I've read from...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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:
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.