Reply with attachment

K

Ken Slovak - [MVP - Outlook]

What do you mean reply with attachment? All you have to do is something like
this:

myMail.Attachments.Add("path to file to add")
 
Top