View Single Post
  #5  
Old May 1st 06, 09:20 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 14
Default Embedded Images Stripped By Receiving Clients

I've reduced the HTML body to the simplest form possible:

IMG src=cid:image1

and still the image gets stripped. I'm setting the following
properties on the attachment:

attachment.set_Fields(0x370E001E /*content
type*/, "image/jpeg");
attachment.set_Fields(0x3712001E
/*PR_ATTACH_CONTENT_ID*/, "image1");

is there any other property that should be set?

Ads