This works well, but I'd like to know if there were any similar header features to encrypt the message with GPG? eg. x-sophos-gpg-encrypt or x-sophos-pgp-encrypt
I know I can put {crypt} into the subject line, but I'd rather avoid that if there's a header based version available.
By way of example:
Outlook.PropertyAccessor propertyAccessor = msg.PropertyAccessor;
propertyAccessor.SetProperty("schemas.microsoft.com/.../X-Sophos-SPX-Encrypt", "yes");
This thread was automatically locked due to age.