Please use VBA code tags when posting code.

If you don't want to delete the emails, remove this line from your code:

[VBA]mymail.Delete[/VBA]

To preserve the original subject line in the reply, use:

[VBA]
myReply.Subject = mymail.Subject
[/VBA]