PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Re: insert a picture - rather than attach it - programmatically

Reply

Re: insert a picture - rather than attach it - programmatically

 
Thread Tools Rate Thread
Old 08-07-2003, 04:18 PM   #1
Natarajan
Guest
 
Posts: n/a
Default Re: insert a picture - rather than attach it - programmatically


Refer the following webpage :
http://www.slipstick.com/dev/code/htmlimg.htm

Regds
Natarajan

"DL" <dl@msn.com> wrote in message
news:z1eLa.1008$l83.9437@news-server.bigpond.net.au...
Is it possible to insert a picture rather than attach it when creating a
message programmatically?

With objMess
.To = strto
.Subject = strsub
.HTMLBody = strbody
.Display
.Attachments.Insert "C:\Documents and Settings\DL\My Documents\My
Pictures\Send\" & Range("C1") & ".jpg"

Any and all assistance will be most gratefully received.


--
Regards,
David L


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off