Hi everbody!
Im trying to send mail which has some embedded images. Everything
s
working great except incoming mail has a blank spaces which are supposed
to be images.
here`s the part of html body I use :
<img src="C:\My Documents\NetBeansProjects\mail\lib\yahoo.gif" ...message.Attachments.Add(‘C:\My
Documents\NetBeansProjects\mail\lib\yahoo.gif’, 1)
so there`s an attachment but no embedded image
Maybe someone has dealt with something like that, i would be happy to
hear any ideas and suggestions. Thanks!