J
Jacky Luk
I am wondering if I just want to stick a picture on an email, remember not
attaching to it, is it possible to do this in outlook? In outlook express,
you can choose from sticking or attaching a picture, but in VBA, can you
programmatically sticking it on an email?....
I tried this for attaching before
With oAttachment(0)
.filepath = "C:\123.gif"
......
end with
Could anyone help?
Thanks
Jack
attaching to it, is it possible to do this in outlook? In outlook express,
you can choose from sticking or attaching a picture, but in VBA, can you
programmatically sticking it on an email?....
I tried this for attaching before
With oAttachment(0)
.filepath = "C:\123.gif"
......
end with
Could anyone help?
Thanks
Jack