Forum Discussion

jasmith4's avatar
jasmith4
Level 2
12 years ago

In VBA/Outlook, how to list attachments to EV-archived item

I'm trying to write a utility in VBA/Outlook which will list DIR-style the names of files attached to messages.  But we have Enterprise Vault, and I don't know what to do with messages in the vault. ...
  • JesusWept3's avatar
    12 years ago
    Your best bet is to look at the message body itself If your policy is set to create a link to the attachments, then in the body it would have href pointing to download.asp? for each of those items As for the API, you will have to run that as the EVAdmin for it to work properly, you can use the indexing API part of it to get attachment names and such, the problem you will have though is the API documentation is only available to STEP members (typically partners)