There is any way to quote the original message in a reply?
e.g.:
Hi, I'm fine.
Sent at 16/07/15 from: user@mail.com to: Me
Hei Jefh, how are you?
I know that I can 'attach' the original message in a new message, but I really want to quote the original message.
There's no MimeKit API to quote a message, but it's not terribly difficult to do. The following code snippet is a good place to start (you may want to customize it a bit).
Hope that helps.