Accessing encrypted MailItems

P

Peter Ritchie

Hello,

I seem to be unable to access encrypted MailItems through the items
collection.

Typename(items(i)) shows "MailItem" but the following causes a "Type
mismatch" error:
Dim item as MailItem
Set item = items(i)

Anyone know how to access encrypted MailItems within macros?

Thanks -- Peter
 
Top