Click here to Skip to main content
15,922,427 members
Home / Discussions / C#
   

C#

 
GeneralProperties Tab Shows a Blank White Page Pin
kayhustle2-Dec-04 15:48
kayhustle2-Dec-04 15:48 
Generalsend maile in c# Pin
mehdidj2-Dec-04 15:45
mehdidj2-Dec-04 15:45 
Generalsend maile in c# Pin
mehdidj2-Dec-04 15:42
mehdidj2-Dec-04 15:42 
GeneralRe: send maile in c# Pin
Luis Alonso Ramos2-Dec-04 17:12
Luis Alonso Ramos2-Dec-04 17:12 
GeneralRe: send maile in c# Pin
Heath Stewart3-Dec-04 8:55
protectorHeath Stewart3-Dec-04 8:55 
GeneralRe: send maile in c# Pin
Luis Alonso Ramos3-Dec-04 12:35
Luis Alonso Ramos3-Dec-04 12:35 
GeneralRe: send maile in c# Pin
Heath Stewart3-Dec-04 21:49
protectorHeath Stewart3-Dec-04 21:49 
GeneralRe: send maile in c# Pin
Heath Stewart3-Dec-04 9:09
protectorHeath Stewart3-Dec-04 9:09 
Do not use SmtpMail for the reasons I gave to the person who first replied to your question. It relies on CDO which is not available on every machine and you're application would not be portable.

Instead - if you'd have clicked on "Search comments" to search for similar questions and answers first - you should've found many alternatives, such as connecting to the SMTP server yourself and sending mail. It's actually quite easy.Sending SMTP yourself is actually very easy and many of the articles above will show you how. It's a matter of connecting to the domain's SMTP server (that's what the MX record is for) on port 25 using a TcpClient connection and sending commands and data in a particular sequence.

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]
GeneralUnicode text entry for RichTextBox differs from other edit tools....Why Pin
Jay Shankar2-Dec-04 15:22
Jay Shankar2-Dec-04 15:22 
GeneralChanging screen resolution Pin
Anonymous2-Dec-04 13:41
Anonymous2-Dec-04 13:41 
GeneralRe: Changing screen resolution Pin
Dave Kreskowiak2-Dec-04 16:14
mveDave Kreskowiak2-Dec-04 16:14 
GeneralRe: Changing screen resolution Pin
Alex Korchemniy2-Dec-04 16:28
Alex Korchemniy2-Dec-04 16:28 
GeneralRe: Changing screen resolution Pin
Anonymous3-Dec-04 3:08
Anonymous3-Dec-04 3:08 
GeneralRe: Changing screen resolution Pin
Alex Korchemniy3-Dec-04 3:21
Alex Korchemniy3-Dec-04 3:21 
GeneralAutomation server in C# Pin
Member 871962-Dec-04 10:22
Member 871962-Dec-04 10:22 
GeneralRe: Automation server in C# Pin
Heath Stewart2-Dec-04 11:22
protectorHeath Stewart2-Dec-04 11:22 
GeneralRe: Automation server in C# Pin
Member 871963-Dec-04 5:00
Member 871963-Dec-04 5:00 
GeneralRe: Automation server in C# Pin
Heath Stewart3-Dec-04 7:11
protectorHeath Stewart3-Dec-04 7:11 
GeneralRe: Automation server in C# Pin
Member 871963-Dec-04 8:12
Member 871963-Dec-04 8:12 
GeneralRe: Automation server in C# Pin
Heath Stewart3-Dec-04 8:44
protectorHeath Stewart3-Dec-04 8:44 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 3:14
Member 8719615-Dec-04 3:14 
GeneralRe: Automation server in C# Pin
Heath Stewart15-Dec-04 5:25
protectorHeath Stewart15-Dec-04 5:25 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 6:26
Member 8719615-Dec-04 6:26 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 6:22
Member 8719615-Dec-04 6:22 
GeneralRe: Automation server in C# Pin
Heath Stewart15-Dec-04 6:50
protectorHeath Stewart15-Dec-04 6:50 

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.