sdo
15 years agoModerator
How to automate "Store in Vault"...
Hi Forum,
Does anyone have any URLs pointing to any references re calling "EV" functionality from VBS? I want to automate the "Store in Vault" button funtionality. i.e. create an end-user script that trundles down the email folder structure and sends/marks un-vaulted emais for offlining to the vault store. I'm good with VBS, and I know how to parse the Outlook application objects in VBS. All I need is the name of the object(s) to instantiate for EV, and which function (object class) to call to effectively send emails to the vault store. Any URLs pointing to documentation for EV objects within VBS would be good too.
Thanks in advance,
Dave.
- ok well the easy answer is there is no documentation because what you're looking for cannot be done in a scripted fashion through VBS as there are no open methods or API calls you can make. You can record macros or use yugen scripts or similar things to simulate what you're doing
That being said you can always set up EV policies to do 0 day archiving if you wanted, or you can click Inbox and hit store in vault and it will ask if you want to archive subfolders too and it will go through and archive everything
Or you could set up Virtual Vault and have an outlook rule to move all incoming mail to virtual vault so it spends little time in your inbox