Click here to Skip to main content
16,004,977 members
Home / Discussions / C#
   

C#

 
GeneralRe: TAPI Pin
Michael P Butler27-Oct-04 23:25
Michael P Butler27-Oct-04 23:25 
GeneralC# p/invoke the sendmessage(Hwnd,....) Pin
ting66827-Oct-04 5:16
ting66827-Oct-04 5:16 
GeneralRe: C# p/invoke the sendmessage(Hwnd,....) Pin
Colin Angus Mackay27-Oct-04 5:33
Colin Angus Mackay27-Oct-04 5:33 
GeneralRe: C# p/invoke the sendmessage(Hwnd,....) Pin
Nick Parker27-Oct-04 8:00
protectorNick Parker27-Oct-04 8:00 
GeneralC# showing forms problem Pin
ting66827-Oct-04 5:11
ting66827-Oct-04 5:11 
GeneralSystem.Web.Mail Pin
Hugo Migneron27-Oct-04 4:50
Hugo Migneron27-Oct-04 4:50 
GeneralRe: System.Web.Mail Pin
Salil Khedkar27-Oct-04 21:10
Salil Khedkar27-Oct-04 21:10 
GeneralRe: System.Web.Mail Pin
Heath Stewart27-Oct-04 21:13
protectorHeath Stewart27-Oct-04 21:13 
There is an issue, and you should not use System.Web.Mail. It requires a CDO server to be installed. Current CDO servers include Microsoft Exchange Server (requires NT Server; the Exchange version may require newer NT-based Windows platforms as well), or the Microsoft SMTP Services which, IIRC, started shipping with Win2K server (perhaps professional, but I don't remember off-hand).

Sending SMTP messages is really not hard at all. Just search this site for SMTP using the search box at the top of every page, or even this forum by clicking "Search comments". I personally have posted numerous examples, as well as sample source in an article on this site to resolve MX records for a specified domain (you need to know the SMTP server to send mail to). The SMTP protocol - at least for simply sending messages with no more support than MailMessage would give you - is very simple.

Note that in .NET 2.0 (formerly named "Whidbey") Microsoft will ship as part of the BCL SMTP and MIME support in classes that do not require CDO.

The System.Web.Mail classes - which should be evident by the parent namespace - is meant for use with ASP.NET, which is typically (but not limited to) run on IIS, where you can also install the Microsoft SMTP Services to send or forward mail, as well as queue received mail.

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: System.Web.Mail Pin
Hugo Migneron28-Oct-04 3:53
Hugo Migneron28-Oct-04 3:53 
GeneralRe: System.Web.Mail Pin
Heath Stewart28-Oct-04 5:49
protectorHeath Stewart28-Oct-04 5:49 
GeneralForcing Mouse to a Position Pin
MarkMokris27-Oct-04 3:28
MarkMokris27-Oct-04 3:28 
GeneralRe: Forcing Mouse to a Position Pin
Stefan Troschuetz27-Oct-04 3:49
Stefan Troschuetz27-Oct-04 3:49 
Generalcreating windows control... Pin
sianatia27-Oct-04 3:11
sianatia27-Oct-04 3:11 
GeneralRe: creating windows control... Pin
sreejith ss nair27-Oct-04 3:22
sreejith ss nair27-Oct-04 3:22 
GeneralRe: creating windows control... Pin
sianatia27-Oct-04 19:21
sianatia27-Oct-04 19:21 
GeneralRe: creating windows control... Pin
sreejith ss nair28-Oct-04 2:49
sreejith ss nair28-Oct-04 2:49 
GeneralRe: creating windows control... Pin
Craig G Fraser28-Oct-04 3:10
Craig G Fraser28-Oct-04 3:10 
GeneralRe: creating windows control... Pin
sianatia29-Oct-04 1:56
sianatia29-Oct-04 1:56 
QuestionHow hiding an user account with C# code Pin
May...27-Oct-04 2:49
May...27-Oct-04 2:49 
AnswerRe: How hiding an user account with C# code Pin
Sebastian Schneider27-Oct-04 3:41
Sebastian Schneider27-Oct-04 3:41 
GeneralRe: How hiding an user account with C# code Pin
May...27-Oct-04 5:55
May...27-Oct-04 5:55 
AnswerRe: How hiding an user account with C# code Pin
Dave Kreskowiak27-Oct-04 4:12
mveDave Kreskowiak27-Oct-04 4:12 
GeneralRe: How hiding an user account with C# code Pin
May...27-Oct-04 5:59
May...27-Oct-04 5:59 
Generala similar problem Pin
momer27-Oct-04 2:46
momer27-Oct-04 2:46 
GeneralRe: a similar problem Pin
sreejith ss nair27-Oct-04 3:03
sreejith ss nair27-Oct-04 3:03 

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.