Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
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 
Questionconversion problem VS 2003 to VS 2005 Pin
ArthurGZ21-Feb-07 23:48
ArthurGZ21-Feb-07 23:48 
AnswerRe: conversion problem VS 2003 to VS 2005 Pin
Stefan Troschuetz22-Feb-07 0:02
Stefan Troschuetz22-Feb-07 0:02 
QuestionTab page to hold focus programatically Pin
Glen Harvy21-Feb-07 23:34
Glen Harvy21-Feb-07 23:34 
AnswerRe: Tab page to hold focus programatically Pin
Stefan Troschuetz21-Feb-07 23:47
Stefan Troschuetz21-Feb-07 23:47 
GeneralRe: Tab page to hold focus programatically Pin
Glen Harvy22-Feb-07 1:25
Glen Harvy22-Feb-07 1:25 
GeneralRe: Tab page to hold focus programatically Pin
Stefan Troschuetz22-Feb-07 2:42
Stefan Troschuetz22-Feb-07 2:42 
GeneralRe: Tab page to hold focus programatically Pin
Glen Harvy22-Feb-07 3:03
Glen Harvy22-Feb-07 3:03 
QuestionGet Process Names Pin
Rahul.RK21-Feb-07 23:19
Rahul.RK21-Feb-07 23:19 
AnswerRe: Get Process Names [modified] Pin
Martin#21-Feb-07 23:22
Martin#21-Feb-07 23:22 
GeneralRe: Get Process Names Pin
Rahul.RK21-Feb-07 23:40
Rahul.RK21-Feb-07 23:40 
GeneralRe: Get Process Names Pin
Martin#21-Feb-07 23:47
Martin#21-Feb-07 23:47 

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.