| |
|
|
sumitmundada
: On
November 07, 2008 5:58 AM
said:
|
This is awesome post for inline images attached to mails
|
|
|
|
agoyal
: On
November 08, 2008 1:06 PM
said:
|
This a good video has option of embeded video
|
|
|
|
uniquesaiful
: On
November 10, 2008 2:38 AM
said:
|
A good topic is discussed in this video
|
|
|
|
djafer
: On
November 13, 2008 1:49 AM
said:
|
|
|
|
|
|
acroitoriu
: On
November 13, 2008 2:40 AM
said:
|
nice and useful video... thanks!
|
|
|
|
|
|
kathy.yazzie
: On
December 17, 2008 10:49 PM
said:
|
Thanks this was a big help. One note: I had to put quotes around the id - src=\"cid:HDIImage\" for this to work properly with outlook.
|
|
|
|
bohunt
: On
February 13, 2009 5:42 PM
said:
|
|
|
|
|
|
JustinStolle
: On
May 05, 2009 10:52 PM
said:
|
You have an error in your sample code. Make sure your image tag is written using "img" instead of "image". If you don't do that, the attachment will not embed and show up as an ATT0000000.dat file.
|
|
|
|
uwspstar
: On
May 26, 2009 7:24 PM
said:
|
|
|
|
|
|
gretchen
: On
June 15, 2009 3:11 AM
said:
|
There is a serious error - the embedded image works fine, but the alternateviews don't work at all! Pels uses an input form for the body of the email so when he switches outlook to plain text he also gets nothing more than the html version - it fooled me because he inputed "this is a text version", but the email actually said at the top "the message was converted to plain text" and he had the ATTxxx as an attachment. He is NOT getting his text alternateview! (That is, if he hard coded "this is text" in the text view and "this is html" in the html view, he would NEVER see "this is text" no matter what the Outlook setting was) Now my question is: is this unique to outlook 2003 and it is impossible for it to pick up the text alternateview? How do you program alternateviews to work correctly???
|
|
|
|
mc9000
: On
August 01, 2009 2:09 AM
said:
|
This video is showing the method CreateAlternateViewFromString, but it does not show up as a method in VS2008. Is this not for DotNet 3.5 ? system.net.Mail.AlternateView.CreateAlternateViewFromString <-- does not exist as a method in intellisense or at all
|
|
|
|
sunandash
: On
October 26, 2009 10:57 PM
said:
|
Hey Thanks a lot for the video. I have exactly the same code which i am using to send some mails through a windows app. But i have two images to embed where the second image has to change everytime. I use two instances of the kind linkedresource in this case and later use concatenate function to get both of them. - Dim collection As LinkedResourceCollection = htmlView.LinkedResources() collection.Insert(0, background) collection.Insert(1, EmpImage) htmlView.LinkedResources.Concat(collection) where background and EmpImage are LinkedResource instances. Not sure if this is the right way I get an exception saying- "System.Runtime.InteropServices.ExternalException: A generic error occured in GDI+ at System.Drawing" Please Help.
|
|