Click here to Skip to main content
15,891,567 members
Home / Discussions / C#
   

C#

 
GeneralCD Ripping Pin
kinetix6318-Jan-05 9:42
kinetix6318-Jan-05 9:42 
GeneralLocation of Richtextbox carot.. Pin
Finn Grimwood18-Jan-05 9:10
Finn Grimwood18-Jan-05 9:10 
GeneralC# Web Services without VS Pin
Michael Potter18-Jan-05 9:01
Michael Potter18-Jan-05 9:01 
GeneralRe: C# Web Services without VS Pin
leppie19-Jan-05 0:35
leppie19-Jan-05 0:35 
GeneralRe: C# Web Services without VS Pin
Michael Potter19-Jan-05 3:46
Michael Potter19-Jan-05 3:46 
Generalcom+ transaction Pin
webhay18-Jan-05 8:15
webhay18-Jan-05 8:15 
GeneralEmail question for C# Pin
new_phoenix18-Jan-05 6:59
new_phoenix18-Jan-05 6:59 
GeneralRe: Email question for C# Pin
Heath Stewart18-Jan-05 7:30
protectorHeath Stewart18-Jan-05 7:30 
First of all, CDO does not require Outlook. The CDO client is installed with Win2K and above, and the CDO server comes with Microsoft Virtual SMTP Service and Microsoft Exchange.

It's good that you don't want to use it, however, since it still requires CDO and does not work on Windows 9x platforms.

While it's not hard writing an SMTP mailer yourself (lookup RFC 821, or click "Search comments" and search for "SMTP" to see many comments in this forum (primarily form me) to see examples and links to more documentation.

If you search for SMTP .NET[^] (not C#, since the compiled assemblies isn't dependent on the source language, which is the whole point of the CLI) you can find many components both free and commercial. Another library I've heard good things about is IP!Works![^], which has fully managed components you can find at http://www.ipworks.com/portal/dotnet/[^]. There's components for simple SMTP as well as full S/MIME support for sending signed and/or encrypted messages.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Email question for C# Pin
new_phoenix18-Jan-05 8:02
new_phoenix18-Jan-05 8:02 
GeneralRe: Email question for C# Pin
Heath Stewart18-Jan-05 8:40
protectorHeath Stewart18-Jan-05 8:40 
GeneralRe: Email question for C# Pin
Skynyrd18-Jan-05 10:09
Skynyrd18-Jan-05 10:09 
QuestionContext Menu ?? Pin
rchokler18-Jan-05 6:54
rchokler18-Jan-05 6:54 
AnswerRe: Context Menu ?? Pin
mav.northwind18-Jan-05 7:14
mav.northwind18-Jan-05 7:14 
AnswerRe: Context Menu ?? Pin
Heath Stewart18-Jan-05 7:17
protectorHeath Stewart18-Jan-05 7:17 
GeneralMSMQ body casting error Pin
Esmo200018-Jan-05 6:16
Esmo200018-Jan-05 6:16 
GeneralRe: MSMQ body casting error Pin
Heath Stewart18-Jan-05 7:10
protectorHeath Stewart18-Jan-05 7:10 
GeneralRe: MSMQ body casting error Pin
Esmo200018-Jan-05 7:49
Esmo200018-Jan-05 7:49 
GeneralRe: MSMQ body casting error Pin
Heath Stewart18-Jan-05 8:42
protectorHeath Stewart18-Jan-05 8:42 
QuestionGet Connection Status? Pin
Snowjim18-Jan-05 3:43
Snowjim18-Jan-05 3:43 
AnswerRe: Get Connection Status? Pin
Heath Stewart18-Jan-05 6:01
protectorHeath Stewart18-Jan-05 6:01 
Generalwindows form-Listview or datagrid (C#) Pin
ipsoftware18-Jan-05 1:38
ipsoftware18-Jan-05 1:38 
GeneralRe: windows form-Listview or datagrid (C#) Pin
mav.northwind18-Jan-05 2:14
mav.northwind18-Jan-05 2:14 
GeneralDataGrid Pin
monn18-Jan-05 1:28
monn18-Jan-05 1:28 
Generaltimer does not tick during establishing ado connection Pin
Anonymous18-Jan-05 0:07
Anonymous18-Jan-05 0:07 
GeneralRe: timer does not tick during establishing ado connection Pin
Colin Angus Mackay18-Jan-05 0:14
Colin Angus Mackay18-Jan-05 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.