Click here to Skip to main content
15,899,026 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralKinda OT / maybe a little dumb: Images not appearing in delivered mail Pin
EliottA8-Jan-09 4:38
EliottA8-Jan-09 4:38 
GeneralRe: Kinda OT / maybe a little dumb: Images not appearing in delivered mail Pin
Not Active8-Jan-09 5:18
mentorNot Active8-Jan-09 5:18 
GeneralRe: Kinda OT / maybe a little dumb: Images not appearing in delivered mail Pin
EliottA8-Jan-09 5:29
EliottA8-Jan-09 5:29 
AnswerRe: Images not appearing in delivered mail Pin
Aman Bhullar8-Jan-09 6:11
Aman Bhullar8-Jan-09 6:11 
GeneralRe: Images not appearing in delivered mail Pin
EliottA8-Jan-09 6:32
EliottA8-Jan-09 6:32 
GeneralRe: Images not appearing in delivered mail Pin
Vivek Bhatnagar8-Jan-09 18:45
Vivek Bhatnagar8-Jan-09 18:45 
GeneralRe: Images not appearing in delivered mail Pin
Aman Bhullar9-Jan-09 4:44
Aman Bhullar9-Jan-09 4:44 
AnswerRe: Images not appearing in delivered mail Pin
Vivek Bhatnagar8-Jan-09 18:38
Vivek Bhatnagar8-Jan-09 18:38 
Thanks for all your responses.
All the images are located on my local system. Whenever a user selects an emoticon to be inserted, I am using the following code:-

Clipboard.Clear()
Clipboard.SetImage(strPicture)
Dim PictureFormat As DataFormats.Format = DataFormats.GetFormatDataFormats.Bitmap)
rtbContents.Paste(PictureFormat)

The contents of RTB (which includes text as well as emoticons) is assigned to 'Body' property of MailMessage class. Also 'IsBodyHTML' is set to true. Now when the mail is sent, the emoticons instead of appearing at the place where they were inserted, they are appearing as an attachment.Any suggestions?
GeneralRe: Images not appearing in delivered mail Pin
EliottA9-Jan-09 5:19
EliottA9-Jan-09 5:19 
GeneralRe: Images not appearing in delivered mail Pin
Vivek Bhatnagar11-Jan-09 18:50
Vivek Bhatnagar11-Jan-09 18:50 
QuestionHow to multiply date with double? Pin
Kukalool7-Jan-09 16:42
Kukalool7-Jan-09 16:42 
GeneralRe: How to multiply date with double? Pin
Luc Pattyn7-Jan-09 17:11
sitebuilderLuc Pattyn7-Jan-09 17:11 
GeneralRe: How to multiply date with double? Pin
Kukalool12-Jan-09 20:53
Kukalool12-Jan-09 20:53 
QuestionInstalling .NET Framework with my app using MSI Pin
petrveit6-Jan-09 22:13
petrveit6-Jan-09 22:13 
AnswerRe: Installing .NET Framework with my app using MSI Pin
Not Active7-Jan-09 2:43
mentorNot Active7-Jan-09 2:43 
QuestionHow can i instantiate C# class from javascript ?? Pin
Dattatraya K6-Jan-09 21:01
Dattatraya K6-Jan-09 21:01 
AnswerRe: How can i instantiate C# class from javascript ?? Pin
«_Superman_»6-Jan-09 21:11
professional«_Superman_»6-Jan-09 21:11 
GeneralRe: How can i instantiate C# class from javascript ?? Pin
Dattatraya K6-Jan-09 21:17
Dattatraya K6-Jan-09 21:17 
GeneralRe: How can i instantiate C# class from javascript ?? Pin
«_Superman_»6-Jan-09 21:20
professional«_Superman_»6-Jan-09 21:20 
QuestionOleDbDataAdapter Pin
rema r6-Jan-09 19:50
rema r6-Jan-09 19:50 
AnswerRe: OleDbDataAdapter Pin
Wendelius7-Jan-09 0:56
mentorWendelius7-Jan-09 0:56 
GeneralRe: OleDbDataAdapter Pin
rema r8-Jan-09 1:49
rema r8-Jan-09 1:49 
GeneralRe: OleDbDataAdapter Pin
Wendelius8-Jan-09 1:54
mentorWendelius8-Jan-09 1:54 
QuestionFolder and file view Pin
sb_rs5-Jan-09 22:07
sb_rs5-Jan-09 22:07 
AnswerRe: Folder and file view Pin
Simon P Stevens5-Jan-09 23:11
Simon P Stevens5-Jan-09 23:11 

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.