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

C#

 
Questionapplication which is using/listening the particular port Pin
jfna28-Jun-07 6:56
jfna28-Jun-07 6:56 
QuestionHow to create Bitmapped Context Menu in Windows Explorer Pin
ramesh_nrk28-Jun-07 6:30
ramesh_nrk28-Jun-07 6:30 
AnswerRe: How to create Bitmapped Context Menu in Windows Explorer Pin
Mark Greenwood28-Jun-07 7:42
Mark Greenwood28-Jun-07 7:42 
GeneralRe: How to create Bitmapped Context Menu in Windows Explorer Pin
ramesh_nrk28-Jun-07 20:13
ramesh_nrk28-Jun-07 20:13 
QuestionShould I use objects or XML Pin
oceanexplorer28-Jun-07 6:24
oceanexplorer28-Jun-07 6:24 
AnswerRe: Should I use objects or XML Pin
Mark Greenwood28-Jun-07 7:59
Mark Greenwood28-Jun-07 7:59 
GeneralRe: Should I use objects or XML Pin
oceanexplorer28-Jun-07 23:00
oceanexplorer28-Jun-07 23:00 
QuestionHow to manipulate the displaying of the "From" email address Pin
JohnTheDuke28-Jun-07 6:18
JohnTheDuke28-Jun-07 6:18 
Hello,

I need to find a way to manipulate the displaying of the "From" email address. Since I am also using the Sender field to send the email message on behalf of the Sender. So the the person who receives the message will see some thing like this from the email header (I am using the .Net CDO Mail API):

From: jblow@abc.com on behalf of jdoe@xyz.com
To: john@hotmail.com

Here is the sample code that I have used:

cdo = Server.CreateObject("CDO.Message");
cdo.From = "jdoe@xyz.com";
cdo.ReplyTo = "jdoe@xyz.com";
cdo.To = "john@hotmail.com";
cdo.Sender = "jblow@abc.com";
...

What I really want to do here is that I just want to manipulate the displaying of the From email address header so it will just display as:

From: jdoe@xyz.com

Thanks for any respond.

John
AnswerRe: How to manipulate the displaying of the "From" email address Pin
Muhammad Qasim Pasta28-Jun-07 9:46
Muhammad Qasim Pasta28-Jun-07 9:46 
GeneralRe: How to manipulate the displaying of the "From" email address Pin
JohnTheDuke28-Jun-07 10:03
JohnTheDuke28-Jun-07 10:03 
QuestionAllocConsole and Console Pin
CiNN28-Jun-07 5:57
CiNN28-Jun-07 5:57 
AnswerRe: AllocConsole and Console Pin
led mike28-Jun-07 6:26
led mike28-Jun-07 6:26 
GeneralRe: AllocConsole and Console Pin
CiNN28-Jun-07 6:31
CiNN28-Jun-07 6:31 
Questionicon Pin
HexaDeveloper28-Jun-07 5:55
HexaDeveloper28-Jun-07 5:55 
AnswerRe: icon Pin
Luc Pattyn28-Jun-07 6:05
sitebuilderLuc Pattyn28-Jun-07 6:05 
AnswerRe: icon Pin
Giorgi Dalakishvili28-Jun-07 6:14
mentorGiorgi Dalakishvili28-Jun-07 6:14 
QuestionThroughput/Design Problem Pin
tobriain28-Jun-07 5:05
tobriain28-Jun-07 5:05 
AnswerRe: Throughput/Design Problem Pin
Pete O'Hanlon28-Jun-07 5:11
mvePete O'Hanlon28-Jun-07 5:11 
AnswerRe: Throughput/Design Problem Pin
led mike28-Jun-07 5:14
led mike28-Jun-07 5:14 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 5:37
tobriain28-Jun-07 5:37 
GeneralRe: Throughput/Design Problem Pin
led mike28-Jun-07 6:25
led mike28-Jun-07 6:25 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 6:41
tobriain28-Jun-07 6:41 
GeneralRe: Throughput/Design Problem Pin
pbraun28-Jun-07 11:26
pbraun28-Jun-07 11:26 
GeneralRe: Throughput/Design Problem Pin
tobriain28-Jun-07 11:34
tobriain28-Jun-07 11:34 
GeneralRe: Throughput/Design Problem Pin
tobriain2-Jul-07 9:36
tobriain2-Jul-07 9:36 

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.