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

C#

 
AnswerRe: C# library Pin
Pete O'Hanlon22-Feb-07 3:38
mvePete O'Hanlon22-Feb-07 3:38 
GeneralRe: C# library Pin
kzoly22-Feb-07 6:40
kzoly22-Feb-07 6:40 
GeneralRe: C# library Pin
mike montagne22-Feb-07 10:08
mike montagne22-Feb-07 10:08 
GeneralRe: C# library Pin
mike montagne22-Feb-07 10:10
mike montagne22-Feb-07 10:10 
GeneralRe: C# library Pin
mike montagne22-Feb-07 10:16
mike montagne22-Feb-07 10:16 
QuestionHow to change back color of Tab Control? Pin
vivek_pawar22-Feb-07 1:54
vivek_pawar22-Feb-07 1:54 
AnswerRe: How to change back color of Tab Control? Pin
Judah Gabriel Himango22-Feb-07 5:00
sponsorJudah Gabriel Himango22-Feb-07 5:00 
GeneralWonderful Pin
raja sekhara reddy p22-Feb-07 1:39
raja sekhara reddy p22-Feb-07 1:39 
GeneralRe: Wonderful Pin
Pete O'Hanlon22-Feb-07 2:07
mvePete O'Hanlon22-Feb-07 2:07 
QuestionCreate transparent gradient form? Pin
BlueChippy22-Feb-07 0:55
BlueChippy22-Feb-07 0:55 
AnswerRe: Create transparent gradient form? Pin
Judah Gabriel Himango22-Feb-07 4:56
sponsorJudah Gabriel Himango22-Feb-07 4:56 
GeneralRe: Create transparent gradient form? Pin
mike montagne22-Feb-07 8:51
mike montagne22-Feb-07 8:51 
GeneralRe: Create transparent gradient form? Pin
mike montagne22-Feb-07 9:28
mike montagne22-Feb-07 9:28 
AnswerRe: Create transparent gradient form? Pin
mike montagne22-Feb-07 9:01
mike montagne22-Feb-07 9:01 
GeneralRe: Create transparent gradient form? Pin
mike montagne22-Feb-07 9:32
mike montagne22-Feb-07 9:32 
AnswerRe: Create transparent gradient form? Pin
mike montagne22-Feb-07 9:12
mike montagne22-Feb-07 9:12 
GeneralRe: Create transparent gradient form? Pin
BlueChippy22-Feb-07 21:05
BlueChippy22-Feb-07 21:05 
QuestionSystem.Net.Mail response Pin
babbelfisken22-Feb-07 0:55
babbelfisken22-Feb-07 0:55 
AnswerRe: System.Net.Mail response Pin
Mike Dimmick22-Feb-07 1:01
Mike Dimmick22-Feb-07 1:01 
Only by processing the mailbox that you marked the message as being From. SMTP is a store-and-forward protocol - you don't necessarily (or typically) get a direct connection to the destination server that holds the end-user's mailbox, and even if you did it doesn't have to tell you honestly whether it's stored the message.

Exchange Server in its default configuration accepts all messages at an SMTP conversation level, and places them in an 'incoming messages' queue. Only then does it perform directory lookups to find out if it has a mailbox for this message and if so, store the message. If it doesn't, it instead generates a 'non-delivered report' which is then sent to the sender of the message.

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: System.Net.Mail response Pin
babbelfisken22-Feb-07 1:18
babbelfisken22-Feb-07 1:18 
QuestionCreate and set Printer port? Pin
Sebastian P.R. Gingter22-Feb-07 0:42
Sebastian P.R. Gingter22-Feb-07 0:42 
QuestionClient-Server Problem Pin
stancrm22-Feb-07 0:31
stancrm22-Feb-07 0:31 
AnswerRe: Client-Server Problem Pin
Mike Dimmick22-Feb-07 0:57
Mike Dimmick22-Feb-07 0:57 
Questionsynchronisation Pin
Sunshine Always22-Feb-07 0:16
Sunshine Always22-Feb-07 0:16 
AnswerRe: synchronisation Pin
Judah Gabriel Himango22-Feb-07 4:52
sponsorJudah Gabriel Himango22-Feb-07 4:52 

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.