I want to encrypt and send an email in C# using PGP key. I have only the public key and I don't want to use the private key (since I don't need to sign the message). Can you provide any example or link on how to do this?
I've seen C# How to simply encrypt a text file with a PGP Public Key? but it is about encrypting texts, not email messages. How to use it to send an email?