Sometimes after signing / encrypting a Mail Outlook crashes on sending.
This happens in the send Mail Window message callback and is likely a timing /
threading problem.
I can't reproduce this problem reliably on my test systems but the fix for it
would be to remove the async callback that is neccessary because we sign/enc in
the AfterWrite event from which we cannot access the Outlook Object Model to
trigger the Send again.