Click here to Skip to main content
15,928,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Gtk# Window Refresh Problem Pin
Heath Stewart6-Oct-04 13:44
protectorHeath Stewart6-Oct-04 13:44 
GeneralChecking If Form Is Loaded Pin
Daniel Negron6-Oct-04 6:14
Daniel Negron6-Oct-04 6:14 
GeneralRe: Checking If Form Is Loaded Pin
Alex Korchemniy6-Oct-04 8:19
Alex Korchemniy6-Oct-04 8:19 
GeneralRe: Checking If Form Is Loaded Pin
Daniel Negron6-Oct-04 8:29
Daniel Negron6-Oct-04 8:29 
GeneralRe: Checking If Form Is Loaded Pin
Jon G6-Oct-04 8:45
Jon G6-Oct-04 8:45 
GeneralRe: Checking If Form Is Loaded Pin
Brian Nottingham6-Oct-04 12:57
Brian Nottingham6-Oct-04 12:57 
GeneralMAPI programming by C# Pin
ppp0016-Oct-04 5:53
ppp0016-Oct-04 5:53 
GeneralRe: MAPI programming by C# Pin
Heath Stewart6-Oct-04 13:40
protectorHeath Stewart6-Oct-04 13:40 
That's what the Mail API does. An server application implements the API which you use. What the server application does is up to its implementation.

If you want to send email directly, consume the SMTP protocol. I recommend you click "Search comments" directly above this forum and search for "SMTP". We've discussed this several times, and I have posted code before to get the MX record of the mail server (which is the server that you connect to over port 25) at http://www.codeproject.com/aspnet/emailvalidator.asp?msg=305731#xx305731xx[^].

The SMTP protocol is actually a very simple protocol, BTW, and you can read more about it at http://www.ietf.org/rfc/rfc0821.txt[^].

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

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralKeyboard question Pin
Jose Vicente6-Oct-04 5:28
Jose Vicente6-Oct-04 5:28 
GeneralRe: Keyboard question Pin
Alex Korchemniy6-Oct-04 8:10
Alex Korchemniy6-Oct-04 8:10 
GeneralRe: Keyboard question Pin
Jose Vicente6-Oct-04 21:10
Jose Vicente6-Oct-04 21:10 
GeneralRecieving error: unhandled exception... Pin
Moochie56-Oct-04 5:12
Moochie56-Oct-04 5:12 
GeneralRe: Recieving error: unhandled exception... Pin
Heath Stewart6-Oct-04 13:36
protectorHeath Stewart6-Oct-04 13:36 
QuestionRecord install path? Pin
the last free name6-Oct-04 4:50
the last free name6-Oct-04 4:50 
AnswerRe: Record install path? Pin
Heath Stewart6-Oct-04 13:25
protectorHeath Stewart6-Oct-04 13:25 
GeneralPanel control in a DLL Pin
Reinier van de Wetering6-Oct-04 4:48
Reinier van de Wetering6-Oct-04 4:48 
GeneralRe: Panel control in a DLL Pin
Jon G6-Oct-04 5:06
Jon G6-Oct-04 5:06 
GeneralRe: Panel control in a DLL Pin
Reinier van de Wetering6-Oct-04 19:47
Reinier van de Wetering6-Oct-04 19:47 
Generaldisplaying nested tables Pin
njaromack6-Oct-04 4:34
njaromack6-Oct-04 4:34 
GeneralRe: displaying nested tables Pin
njaromack6-Oct-04 10:36
njaromack6-Oct-04 10:36 
GeneralRe: displaying nested tables Pin
Heath Stewart6-Oct-04 13:16
protectorHeath Stewart6-Oct-04 13:16 
GeneralChange windows service logon account and password using c# Pin
Subin KJ6-Oct-04 4:31
Subin KJ6-Oct-04 4:31 
GeneralRe: Change windows service logon account and password using c# Pin
Heath Stewart6-Oct-04 12:57
protectorHeath Stewart6-Oct-04 12:57 
GeneralLogin Pin
pat2708816-Oct-04 4:31
pat2708816-Oct-04 4:31 
GeneralRe: Login Pin
Heath Stewart6-Oct-04 12:34
protectorHeath Stewart6-Oct-04 12:34 

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.