NetTalk Central

Author Topic: Problem sending embedded images  (Read 3177 times)

ianburgess

  • Full Member
  • ***
  • Posts: 119
    • View Profile
    • Email
Problem sending embedded images
« on: September 03, 2012, 01:57:51 AM »
I am forwarding an email by receiving it in NT and then sending it. It all works except for embedded images.

In the receive procedure I have ThisEmailReceive.OptionsDontSaveEmbeds = 0 which results in the embedded image being saved in the attachments folder as, for example, image001.png@01CD85C0.0BEE6400. However, this image is not being attached in the sending procedure as it is not listed in the attachment file list that is being passed from the receive procedure to the send procedure.

What do I need to do on the send side re this embedded image?

useless

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • Email
Re: Problem sending embedded images
« Reply #1 on: September 13, 2012, 10:21:50 AM »
I could be wrong but I think you will find embeded graphic files need to be in the EmbedList not the AttachmentList, you'll need to id the embed graphics that have been dumped to the folder your attachmentlist files go into.

eg SendEmailClass.EmbedList = 'c:\myAttachmentsListFolder\image001.png@01CD85C0.0BEE6400'