D
Derek Hart
Using, dotnet, I am importing emails to just load into a datatable. The one
type of email I am not sure how to handle better is an email that has a
digital signature, and in Outlook, the digital signature is not verified. I
found this out when trying to import 5000 emails into a database, and it
happened to hit this one. I have the following line of code:
MailBody = objMailItem.Body
It errors on this line, when this signature exists. Other than simply
trapping this error and moving past it, is there a way to detect this
digital signature (and I am not sure what would happen if the digital
signature was properly verified), and better trap for this error?
type of email I am not sure how to handle better is an email that has a
digital signature, and in Outlook, the digital signature is not verified. I
found this out when trying to import 5000 emails into a database, and it
happened to hit this one. I have the following line of code:
MailBody = objMailItem.Body
It errors on this line, when this signature exists. Other than simply
trapping this error and moving past it, is there a way to detect this
digital signature (and I am not sure what would happen if the digital
signature was properly verified), and better trap for this error?