
Adding picture from internet or local drive using macro command
Hi,
I'm not sure if I understand the question allright, but if
you want to add an attachment to a MailItem you can use
MailItem.Attachments.Add "C:\Image.jpg"
And if you want to display an image in the body of a
mailitem you can do that with html. I'm not familiar with
html but something like this works for me.
MailItem.HTMLBody = "<p><img border=""0""
src=""http://www.website.com/image.jpg"" width=""158""
height=""78""></p>"
If this is not what your question was, then please explain.
Quote:
>-----Original Message-----
>Hi Guys,
>I want to write a macro to insert the picture from either
internet location
>or local drive directory in MS Outlook. I don't know how
to do it. It
>doesn't have the record capability in Outlook as in
Word. I use Outlook
Quote:
>2000.
>Thanks in advance.
>--
>Bye,
>Kim
>.