I'd like to create a mail message file (.MSG or .EML) to be opened in e-mail client (e.g. in Outlook). When an user opens the file, he/she can just fill the recipient's address and send the prepared message.
Unfortunately, the message files created using the MailMessage.Save
method seems to be read-only (I cannot modify neither the recipient nor the message body}. I can only reply or forward the message.