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?