Click here to Skip to main content
15,918,108 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to host vc+ control (.lib) in c# winform Pin
Carsten Zeumer8-Jun-05 23:22
Carsten Zeumer8-Jun-05 23:22 
GeneralFacing problem accessing cookies in MCMS 2002 Pin
pushpesh8-Jun-05 19:35
pushpesh8-Jun-05 19:35 
GeneralLate Binding With Excel Pin
ksanju10008-Jun-05 19:29
ksanju10008-Jun-05 19:29 
QuestionHow to avoid empty node to appear in xml file while doing xml serialization Pin
Shiby8-Jun-05 19:24
Shiby8-Jun-05 19:24 
AnswerRe: How to avoid empty node to appear in xml file while doing xml serialization Pin
leppie8-Jun-05 21:50
leppie8-Jun-05 21:50 
Generalstuck on a problem with outlook and c# Pin
ekynox8-Jun-05 18:38
ekynox8-Jun-05 18:38 
GeneralRe: stuck on a problem with outlook and c# Pin
codeprojectin8-Jun-05 22:15
codeprojectin8-Jun-05 22:15 
GeneralRe: stuck on a problem with outlook and c# Pin
ekynox9-Jun-05 21:48
ekynox9-Jun-05 21:48 
thanks for replying.. but i dont quite understand your suggestion. I did try it out but it didnt make any different. I dont understand why would you want to do this :
oMailItem.Body = sHtml;

The way I understand is that Body simply indicates the plain text. What if your email contains a signature and the signature has an image as well. then you are loosing this image.

Do you think you could explain it a bit more.

What I was thinking is that instead of sHtml being assigned to HTMLBody when the sHtml string is created. Instead keep appending hyperlinks to the sHtml. Once the FOR loop finishes then do the following:
oMailItem.BodyFormat = Outlook.OlBodyFormat.olFormatHTML;
signature = oMailItem.HTMLBody; //extract signature
Console.WriteLine(signature);
oMailItem.Body="";
oMailItem.Body+=sHtml;
oMailItem.HTMLBody=oMailItem.Body+signature;

With the above i am still loosing the image in the signature.
GeneralC# - Using sender Pin
kezza65438-Jun-05 18:23
kezza65438-Jun-05 18:23 
GeneralRe: C# - Using sender Pin
Christian Graus8-Jun-05 18:29
protectorChristian Graus8-Jun-05 18:29 
GeneralRe: C# - Using sender Pin
kezza65438-Jun-05 19:26
kezza65438-Jun-05 19:26 
GeneralRe: C# - Using sender Pin
Philip Price8-Jun-05 23:24
Philip Price8-Jun-05 23:24 
QuestionHow to Close a Form when openning? Pin
Khoa Bui8-Jun-05 17:27
Khoa Bui8-Jun-05 17:27 
AnswerRe: How to Close a Form when openning? Pin
Christian Graus8-Jun-05 17:36
protectorChristian Graus8-Jun-05 17:36 
GeneralRe: How to Close a Form when openning? Pin
codeprojectin8-Jun-05 17:56
codeprojectin8-Jun-05 17:56 
GeneralRe: How to Close a Form when openning? Pin
Christian Graus8-Jun-05 18:30
protectorChristian Graus8-Jun-05 18:30 
GeneralRe: How to Close a Form when openning? Pin
Weiye Chen8-Jun-05 19:40
Weiye Chen8-Jun-05 19:40 
GeneralRe: How to Close a Form when openning? Pin
codeprojectin8-Jun-05 21:11
codeprojectin8-Jun-05 21:11 
GeneralRe: How to Close a Form when openning? Pin
Dave Kreskowiak9-Jun-05 8:30
mveDave Kreskowiak9-Jun-05 8:30 
GeneralI get a problem in calling C++ dll function in C# Pin
dinh van hai8-Jun-05 17:18
dinh van hai8-Jun-05 17:18 
GeneralRe: I get a problem in calling C++ dll function in C# Pin
Dave Kreskowiak9-Jun-05 8:32
mveDave Kreskowiak9-Jun-05 8:32 
GeneralRe: I get a problem in calling C++ dll function in C# Pin
dinh van hai9-Jun-05 15:37
dinh van hai9-Jun-05 15:37 
Generalconvert c/c++ header to c# Pin
savage_8-Jun-05 16:51
savage_8-Jun-05 16:51 
GeneralRe: convert c/c++ header to c# Pin
Christian Graus8-Jun-05 16:53
protectorChristian Graus8-Jun-05 16:53 
GeneralRe: convert c/c++ header to c# Pin
savage_8-Jun-05 16:59
savage_8-Jun-05 16:59 

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.