Click here to Skip to main content
15,892,161 members
Home / Discussions / C#
   

C#

 
GeneralMailMessage headers Pin
simrang31-Aug-04 6:55
simrang31-Aug-04 6:55 
GeneralRe: MailMessage headers Pin
Heath Stewart31-Aug-04 7:14
protectorHeath Stewart31-Aug-04 7:14 
GeneralRe: MailMessage headers Pin
simrang31-Aug-04 10:47
simrang31-Aug-04 10:47 
GeneralRe: MailMessage headers Pin
Heath Stewart31-Aug-04 11:29
protectorHeath Stewart31-Aug-04 11:29 
GeneralRe: MailMessage headers Pin
Dave Kreskowiak31-Aug-04 10:39
mveDave Kreskowiak31-Aug-04 10:39 
GeneralRe: MailMessage headers Pin
simrang31-Aug-04 10:46
simrang31-Aug-04 10:46 
GeneralRe: MailMessage headers Pin
Sebastian Schneider1-Sep-04 22:43
Sebastian Schneider1-Sep-04 22:43 
QuestionHuh? Can this be logical? Pin
Jerry Hammond31-Aug-04 6:24
Jerry Hammond31-Aug-04 6:24 
Looking for some answers on MSDN I ran across the following code.

If (null != email)

Is that legal in C#, and even if it does compile, is it logical?

Shouldn't it more likely read:

If (email != null)

Best,
Jerry

Contrary to the cliche, genuinely nice guys most often finish first or very near it.--Malcolm Forbes
Toasty0.com
AnswerRe: Huh? Can this be logical? Pin
Steven Campbell31-Aug-04 6:32
Steven Campbell31-Aug-04 6:32 
GeneralRe: Huh? Can this be logical? Pin
leppie31-Aug-04 6:38
leppie31-Aug-04 6:38 
GeneralRe: Huh? Can this be logical? Pin
Christian Graus31-Aug-04 11:05
protectorChristian Graus31-Aug-04 11:05 
GeneralRe: Huh? Can this be logical? Pin
Heath Stewart31-Aug-04 11:58
protectorHeath Stewart31-Aug-04 11:58 
GeneralRe: Huh? Can this be logical? Pin
Christian Graus31-Aug-04 12:17
protectorChristian Graus31-Aug-04 12:17 
GeneralRe: Huh? Can this be logical? Pin
Heath Stewart31-Aug-04 12:23
protectorHeath Stewart31-Aug-04 12:23 
GeneralRe: Huh? Can this be logical? Pin
Christian Graus1-Sep-04 10:51
protectorChristian Graus1-Sep-04 10:51 
GeneralRe: Huh? Can this be logical? Pin
Jerry Hammond31-Aug-04 11:45
Jerry Hammond31-Aug-04 11:45 
GeneralRe: Huh? Can this be logical? Pin
Heath Stewart31-Aug-04 11:52
protectorHeath Stewart31-Aug-04 11:52 
GeneralRe: Huh? Can this be logical? Pin
Christian Graus31-Aug-04 12:19
protectorChristian Graus31-Aug-04 12:19 
GeneralRe: Huh? Can this be logical? Pin
Jerry Hammond31-Aug-04 14:18
Jerry Hammond31-Aug-04 14:18 
AnswerRe: Huh? Can this be logical? Pin
Heath Stewart31-Aug-04 6:44
protectorHeath Stewart31-Aug-04 6:44 
AnswerRe: Huh? Can this be logical? Pin
Jerry Hammond31-Aug-04 6:52
Jerry Hammond31-Aug-04 6:52 
GeneralRe: Huh? Can this be logical? Pin
Jerry Hammond31-Aug-04 8:43
Jerry Hammond31-Aug-04 8:43 
AnswerRe: Huh? Can this be logical? Pin
Eric Gunnerson (msft)1-Sep-04 12:45
Eric Gunnerson (msft)1-Sep-04 12:45 
GeneralLogging asynchronously Pin
Michel Rainville31-Aug-04 6:22
Michel Rainville31-Aug-04 6:22 
GeneralRe: Logging asynchronously Pin
Heath Stewart31-Aug-04 6:55
protectorHeath Stewart31-Aug-04 6:55 

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.