Adding picture from internet or local drive using macro command 
Author Message
 Adding picture from internet or local drive using macro command

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
2000.

Thanks in advance.

--

Bye,
Kim



Fri, 06 May 2005 17:26:00 GMT  
 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

>.



Fri, 06 May 2005 20:54:28 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Install macros to the local (C drive) Global.mpt file (MSP 2002 prof)

2. Add USERS local group to drive c:\ with all permissions

3. Getting Local Drive Label Using Access V2

4. Q: Connect to the local drive using WNetAddConnection2

5. mapping a network path over a local (used) drive

6. Sharing local drives using WFW

7. VB6 network drive - local drive bug

8. How to detect if drive is local or network drive

9. Need help copying files from shared drive to local drive

10. local drive letter <> drive share name

11. how to add picture into table using ado code not using control

12. Command button doesn't execute macro when added via code

 

 
Powered by phpBB® Forum Software