Hello,
from a .NET application, I would suggest WebDAV.
Use a Search-Reqeust on the mailbox to get all items, and on each item with
an attachment (property http://schemas.microsoft.com/mapi/proptag/xe1b000b
is true).
Then, issue a X-MS-ENUMATTS on each item to check what attachments are
there.
Best regards,
Henning Krause
> I'm currently trying to find a way to scan all of the emails in a users
> inbox. My client uses a program called Enterprise Vault that scans
[quoted text clipped - 6 lines]
> and WebDav. Has anyone ever had to do this? What is the best approach?
> Thanks in advance....