How the image is displayed depends on the message format and the version of
Outlook you're using. You're correct that my previous post did not produce
the results you wanted. You might want to look at a code example of showing
an embedded image in an email that's in VBA code, at
http://www.outlookcode.com/d/code/htmlimg.htm. That might be helpful for
you.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"bnmohan via OfficeKB.com" u35859@uwe wrote in message
news:77da98559ec24@uwe...
oooooooo
olByValue (=1)attaches the normal attachment
olByReference (=4) attaches a Shortcut
OlEmdeddedItem (=5) attaches a shortcut
olOLE (=6) attaches a shortcut.
My statement is -
lonewmsg.Attachments.Add("d:\prdpl\order\greetings 2.jpg",5,
1)
I wonder where I could find a Foxpro7 forum...?
Mohan