Quantcast
Channel: Microsoft Outlook Interoperability
Viewing all articles
Browse latest Browse all 109

Importing Email

$
0
0
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...

Importing Email

Viewing all articles
Browse latest Browse all 109