NetTalk Central

NetTalk E-Mail => E-Mail - Ask For Help => Topic started by: ianburgess on September 03, 2012, 01:57:51 AM

Title: Problem sending embedded images
Post by: ianburgess 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?
Title: Re: Problem sending embedded images
Post by: useless 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'