I'm looking into the whole quoted-printable methodology and I'm wondering whether it is worth writing my own logic or whether to use the MailMessage that is including in the .Net Framework?
I have seen that MailMessage already has a quoted-printable method, but am not 100% on it's workings, which is why I'm thinking of writing my own logic. Has anyone used the MailMessage quoted-printable method? Is it worth me trying to create my own logic?