I am looking for a way to encrypt and send Outlook mail via VBA code in Outlook 2013.
I was hoping I could access the mail object and call something like an \"encryp
You will need to set the PR_SECURITY_FLAGS property. See https://blogs.msdn.microsoft.com/dvespa/2009/03/16/how-to-sign-or-encrypt-a-message-programmatically-from-oom/ for an example.