pabidi
12-23-2006, 05:40 AM
hi
iam using VB6.0 iam sending the mail using cdo.message.Message is receving at the other end but i want to send the image in the email text it is not working my code is below
Dim email, log, Html
Set email = CreateObject("cdo.message")
log = "<body><IMG SRC=""myImage.gif""></a><br>hello</body>"
With email
.To = "p@ddd.com"
.Subject = "something "
.From = "pa@rdd.com"
.HTMLBody = log
.Send
End With
image is stored in the folder of the project. if any one can help me will be very thank ful it is little urgent
thanks
bye
iam using VB6.0 iam sending the mail using cdo.message.Message is receving at the other end but i want to send the image in the email text it is not working my code is below
Dim email, log, Html
Set email = CreateObject("cdo.message")
log = "<body><IMG SRC=""myImage.gif""></a><br>hello</body>"
With email
.To = "p@ddd.com"
.Subject = "something "
.From = "pa@rdd.com"
.HTMLBody = log
.Send
End With
image is stored in the folder of the project. if any one can help me will be very thank ful it is little urgent
thanks
bye