R
Rob T
Here is a vb snippet that builds an HTML formatted email and embeds an image
into it:
objEmail.HtmlBody="<img src=CID:1>"
objEmail.HtmlEmbeddedObjs.Add Item.Path, 1, ItemOriginalPath
objEmail.SendMail
I can't find the equivalent in .net where you can assign a CID to an image
tag. If you try to attached the image in .net, you get mixed results (i.e.
Outlook express can't display it properly, Outlook 2000 looks fine, but also
shows that you have an attachment). I have found a couple of people selling
email packages that embeds the image.... >:-(
Ho do you do this in .net?
Thanks. -Rob T.
into it:
objEmail.HtmlBody="<img src=CID:1>"
objEmail.HtmlEmbeddedObjs.Add Item.Path, 1, ItemOriginalPath
objEmail.SendMail
I can't find the equivalent in .net where you can assign a CID to an image
tag. If you try to attached the image in .net, you get mixed results (i.e.
Outlook express can't display it properly, Outlook 2000 looks fine, but also
shows that you have an attachment). I have found a couple of people selling
email packages that embeds the image.... >:-(
Ho do you do this in .net?
Thanks. -Rob T.