Attachments processing

  • Thread starter Thread starter khai
  • Start date Start date
K

khai

Hi,

My email has inline images, including in the previous email exchanges. What
I have noticed when I call the SaveAsFile method in the Attachments
collection, the order in which the attachments are saved is such that the
previous inline images are saved first (in a top down direction), followed by
the inline images in the "new" email (also in a top down direction). I would
like to find out whether there is a way I can dictate the order in which the
attachments in the collection are being processed, in particular, for it to
be "totally top down"? Is it also possible to only save the "new" images?

2.
 
No to either, as far as I know, unless you do all the saving actions
yourself in your own code.
 
Back
Top