viewmessage.asp restore button
Hello,
Currently when I click the restore button for an email I am presented with a dialog that has 3 fields:
Microsoft Exchange Server:
Mailbox:
Folder: (This is read only and currently only allows restoring to the 'restored items' folder)
1. Is there any way to auto populate the Microsoft Exchange Server field with a value as the end users aren't going to have a clue what to put in there...
2. Auto populate the Mailbox for the username that is accessing the viewmessage.asp page
3. Allow the user to either select a folder or restore to the original location (If these don't exist then restore to 'restored items' folder)
Thanks
John
You should be able to include the parameters in an .asp call such as:
http://evsql/EnterpriseVault/restoreo2k.asp?vaultid=18A5257C941B9A84F8A6CA597937F3B611110000evsql.ev.local&savesetid=201305098087911~201305090823590000~Z~50DCD63664E2BF1F1863F08244231E11&mbx=rob1&server=exch1
Easiest way to find the values for mbx, and server are to do an Active Directory query to get the Exchange Server name and the mailbox alias... maybe?