J
Juan Rodriguez
Hi !
Is there any way of referencing the cid: of an image embebed into an html
email and his attachment ?
In fact, I'm doing this...
Insert-Image
and then...
' While i <= Item.Attachments.Count()
' FileN = Item.Attachments(i).FileName
' Item.Attachments(i).SaveAsFile ("e:\temp\" & FileN)
' i = i + 1
' Wend
What I want is to know which attachment reference which cid on the html
code.
Thanks !
--
Juan M. Rodriguez
Servicios Profesionales
teg solutions argentina s.a.
(e-mail address removed)
Tel: 54-11-4590-2222
Fax: 54-11-4590-2201
www.tegsolutions.com
La calidad no está en el trabajo que hace la gente, sino en la gente que
hace el trabajo.
Is there any way of referencing the cid: of an image embebed into an html
email and his attachment ?
In fact, I'm doing this...
Insert-Image
and then...
' While i <= Item.Attachments.Count()
' FileN = Item.Attachments(i).FileName
' Item.Attachments(i).SaveAsFile ("e:\temp\" & FileN)
' i = i + 1
' Wend
What I want is to know which attachment reference which cid on the html
code.
Thanks !
--
Juan M. Rodriguez
Servicios Profesionales
teg solutions argentina s.a.
(e-mail address removed)
Tel: 54-11-4590-2222
Fax: 54-11-4590-2201
www.tegsolutions.com
La calidad no está en el trabajo que hace la gente, sino en la gente que
hace el trabajo.