Click here to Skip to main content
15,891,316 members
Home / Discussions / C#
   

C#

 
QuestionSaving User Settings to a different file Pin
baelzaden28-Aug-07 1:58
baelzaden28-Aug-07 1:58 
AnswerRe: Saving User Settings to a different file Pin
Spacix One28-Aug-07 2:51
Spacix One28-Aug-07 2:51 
AnswerRe: Saving User Settings to a different file Pin
Scott Dorman28-Aug-07 4:22
professionalScott Dorman28-Aug-07 4:22 
QuestionCalling client side control through httpwebrequest Pin
Dipti D Jadhav28-Aug-07 1:47
Dipti D Jadhav28-Aug-07 1:47 
QuestionSender vs From Pin
logicaldna28-Aug-07 1:33
logicaldna28-Aug-07 1:33 
AnswerRe: Sender vs From Pin
Scott Dorman28-Aug-07 4:38
professionalScott Dorman28-Aug-07 4:38 
GeneralRe: Sender vs From Pin
logicaldna28-Aug-07 4:46
logicaldna28-Aug-07 4:46 
GeneralRe: Sender vs From Pin
Scott Dorman28-Aug-07 5:15
professionalScott Dorman28-Aug-07 5:15 
In a way it's spoofing. Essentially what is happening in this case is that the secretary is sending the email "on behalf of" the boss. According to the RFC rules, since the secretary actually sent the message that email address appears as the "Sender", but the bosses email address appears as the "From" since that is who actually authored the email.

There is a very fine line between true spoofing and following the rules of the RFC. In most cases spoofing is impersonating both the author and the sender.

If you are just uisng the email messaging capabilities of .NET to send the message, a lot of these rules should already be established for you. The Return-Path field is actually more a function of the actual SMTP system rather than the message, so it may already be present when the email is delivered. There are also rules for what happens if it isn't present at all, so it may not be an issue.


Scott.

—In just two days, tomorrow will be yesterday.

[Forum Guidelines] [Articles] [Blog]

GeneralRe: Sender vs From Pin
logicaldna28-Aug-07 4:56
logicaldna28-Aug-07 4:56 
GeneralRe: Sender vs From Pin
Scott Dorman28-Aug-07 5:23
professionalScott Dorman28-Aug-07 5:23 
GeneralRe: Sender vs From Pin
logicaldna28-Aug-07 5:31
logicaldna28-Aug-07 5:31 
QuestionRead a 3 Column CSV data in to a Datatable [modified] Pin
kibromg28-Aug-07 1:27
kibromg28-Aug-07 1:27 
AnswerRe: Read a 3 Column CSV data in to a Datatable Pin
Spacix One28-Aug-07 3:01
Spacix One28-Aug-07 3:01 
GeneralRe: Read a 3 Column CSV data in to a Datatable Pin
kibromg28-Aug-07 3:43
kibromg28-Aug-07 3:43 
AnswerRe: Read a 3 Column CSV data in to a Datatable Pin
Spacix One28-Aug-07 8:57
Spacix One28-Aug-07 8:57 
GeneralRe: Read a 3 Column CSV data in to a Datatable Pin
Spacix One29-Aug-07 5:20
Spacix One29-Aug-07 5:20 
QuestionWinForms designer bug? Pin
Lutosław28-Aug-07 0:50
Lutosław28-Aug-07 0:50 
QuestionLoading Data into SQL Tables using C# Pin
jtstanishfwg28-Aug-07 0:20
jtstanishfwg28-Aug-07 0:20 
QuestionModify The Database Name in app.config at run time Pin
BhuMan28-Aug-07 0:08
BhuMan28-Aug-07 0:08 
AnswerRe: Modify The Database Name in app.config at run time Pin
Vasudevan Deepak Kumar28-Aug-07 1:20
Vasudevan Deepak Kumar28-Aug-07 1:20 
GeneralRe: Modify The Database Name in app.config at run time Pin
Big Daddy Farang28-Aug-07 4:41
Big Daddy Farang28-Aug-07 4:41 
AnswerRe: Modify The Database Name in app.config at run time Pin
Vikram A Punathambekar28-Aug-07 2:18
Vikram A Punathambekar28-Aug-07 2:18 
QuestionFocus Pin
Assaf8227-Aug-07 23:54
Assaf8227-Aug-07 23:54 
AnswerRe: Focus Pin
Lutosław28-Aug-07 0:42
Lutosław28-Aug-07 0:42 
Questionc# Pin
lankaudaranga27-Aug-07 23:37
lankaudaranga27-Aug-07 23:37 

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.