I’d like to get some code to do a Reply-to-All with attachments. Searched the net and only see code for the (in my humble opinion) less obvious of the two possibilities.
What I see is code that does a reply to all and then takes all attachments from the original email; temporarily saves then to the HD and then adds them to the Reply-to-all email just created.
Possible, I admit but as said, it does seem the difficult way to me…
Why can’t I find code that instead does a simple Forward of the email and then reads the To: and CC: fields and re-adds these (together with the sender’s email from the From: field) to the new email. Here the email program (Outlook 2003 (!) in my case) takes care of the difficult work (the attachments) and the code simply does what many people do manually sometimes: re-adding the names to the new email.
To make things “complete”, the code could then even change the subject line and remove the “FW:” and then add the “Re:”
Has this been done?