I am trying to open a outlook message and prefill in the to, cc, subject and message body. The problem is the message body is long so I can't use the process.start. I have tried to search around but can't seem to find a solution. Can someone point me in the direction?
System.Diagnostics.Process.Start("mailto:email@add ress?subject=mysubject")

0 answers