Click here to Skip to main content
15,890,741 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need good book to learn C# 2010 Pin
thatraja2-Mar-12 6:52
professionalthatraja2-Mar-12 6:52 
AnswerRe: Need good book to learn C# 2010 Pin
PIEBALDconsult2-Mar-12 8:07
mvePIEBALDconsult2-Mar-12 8:07 
AnswerRe: Need good book to learn C# 2010 Pin
BillWoodruff3-Mar-12 23:22
professionalBillWoodruff3-Mar-12 23:22 
Questionsending mails Pin
MemberDotNetting2-Mar-12 3:31
MemberDotNetting2-Mar-12 3:31 
AnswerRe: sending mails Pin
Dave Kreskowiak2-Mar-12 3:59
mveDave Kreskowiak2-Mar-12 3:59 
GeneralRe: sending mails Pin
Matt Meyer2-Mar-12 4:52
Matt Meyer2-Mar-12 4:52 
GeneralRe: sending mails Pin
Dave Kreskowiak2-Mar-12 6:06
mveDave Kreskowiak2-Mar-12 6:06 
GeneralRe: sending mails Pin
Matt Meyer2-Mar-12 6:21
Matt Meyer2-Mar-12 6:21 
True, standards can be ignored but it's worth pointing out that the ports listed weren't just arbitrarily chosen by the service provider.

995 is used for encrypting the POP3 protocol (POP3S, another standard Big Grin | :-D ).

Port 465 is an old remnant from Exchange's method of encryption. It's become common due to Outlook/Microsoft's support of Exchange over the Submission port standard in their mail clients. These days, both protocols are supported in Outlook. One other note about 465 is that it will break using System.Net.Mail.SmtpClient due to how the encryption was implemented. See the remarks section at http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.enablessl.aspx[^] for the details.
GeneralRe: sending mails Pin
Dave Kreskowiak2-Mar-12 7:21
mveDave Kreskowiak2-Mar-12 7:21 
AnswerRe: sending mails Pin
BobJanova2-Mar-12 4:12
BobJanova2-Mar-12 4:12 
GeneralRe: sending mails Pin
MemberDotNetting2-Mar-12 11:20
MemberDotNetting2-Mar-12 11:20 
GeneralRe: sending mails Pin
Dave Kreskowiak2-Mar-12 11:23
mveDave Kreskowiak2-Mar-12 11:23 
GeneralRe: sending mails Pin
MemberDotNetting2-Mar-12 11:48
MemberDotNetting2-Mar-12 11:48 
GeneralRe: sending mails Pin
Dave Kreskowiak2-Mar-12 14:03
mveDave Kreskowiak2-Mar-12 14:03 
AnswerRe: sending mails Pin
satalaj2-Mar-12 5:25
satalaj2-Mar-12 5:25 
GeneralRe: sending mails Pin
MemberDotNetting2-Mar-12 9:26
MemberDotNetting2-Mar-12 9:26 
AnswerRe: sending mails Pin
R. Giskard Reventlov2-Mar-12 5:25
R. Giskard Reventlov2-Mar-12 5:25 
AnswerRe: sending mails Pin
RobCroll2-Mar-12 12:12
RobCroll2-Mar-12 12:12 
AnswerRe: sending mails Pin
Bernhard Hiller4-Mar-12 19:34
Bernhard Hiller4-Mar-12 19:34 
Questionhtml editor Pin
MemberDotNetting2-Mar-12 2:12
MemberDotNetting2-Mar-12 2:12 
AnswerRe: html editor Pin
Richard MacCutchan2-Mar-12 2:22
mveRichard MacCutchan2-Mar-12 2:22 
GeneralRe: html editor Pin
BillWoodruff3-Mar-12 23:28
professionalBillWoodruff3-Mar-12 23:28 
GeneralRe: html editor Pin
Richard MacCutchan4-Mar-12 0:23
mveRichard MacCutchan4-Mar-12 0:23 
AnswerRe: html editor Pin
Montasser Ben Ouhida2-Mar-12 4:43
Montasser Ben Ouhida2-Mar-12 4:43 
GeneralRe: html editor Pin
MemberDotNetting2-Mar-12 9:27
MemberDotNetting2-Mar-12 9:27 

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.