Opening a new email and attaching a document in C#

  • Thread starter Thread starter JimJob
  • Start date Start date
J

JimJob

Hi All,

I have created a C# app and i need to open a new mail message with an
attachment contained in the message. I have found the code below but no way
of attaching anything via code - can you help? I will just need to attach the
same attachment for every email - say test.txt

System.Diagnostics.Process.Start("mailto....)

Thanks
 
Back
Top