Notes error: The cryptographic key was not found

Does anyone know what this message means? I get it when I try to email or save a document that has MIME information on it. I am not asked for any encryption.

When I remove the MIME information, I do not get the error anymore.

Subject: Notes error: The cryptographic key was not found

I had this problem today and after pulling out quite a bit of hair this is what I found.

Call email.send( True ) 'Does not work with MIME.

Call email.send( False ) 'Works

Hope this helps.

~R