To: Field in Archive Explorer
Updated: 21 May 2010 | 13 comments
This issue has been solved. See solution.
We archive our sent mail as well. But the To: filed is not an available column in Archive Explorer. Anyone know if this is addressed with EV 7?
discussion Filed Under:
Comments
Tony Sterling
Tony Sterling
Mike Bilsborough
Director,Enterprise Vault Engineering Support
Hi guys I know, old thread...
Hi guys
I know, old thread... but:
I was curious if I could hack something.
And I could :)
Keep in mind that this configuration is not supported!
Open up your /EnterpriseVault/WebApp folder.
Edit ArchiveExplorer.asp, search for:
if (ArchiveFolderType = "9") then
' Sent Items needs To etc.
objIndexSearch.AddAdditionalResultsProperty(dviePropRecipientToInfo)
else
' Inbox needs Auth etc. objIndexSearch.AddAdditionalResultsProperty(dviePropAuthor)
end if
Comment out:
'if (ArchiveFolderType = "9") then
'else
'end if
This way, you get From: and To: fields in all folders. More like Outlook.
Keep in mind again that this is not supported. Copy away the file just in case you need it.
Cheers
Michel
www.quadrotech-it.com - All your EV Tools | www.techfreak.ch
Michel, Nice hack! But, how
Michel,
Nice hack! But, how do we also get the 'From' and 'To' fields in Archive Explorer when working offline?
Francis
Hehehe. Good thinking. I did
Hehehe.
Good thinking.
I did not investigate offline AE functionality.
Will have a look at it, soon, but I don't think it will be that easy... ;)
Cheers
www.quadrotech-it.com - All your EV Tools | www.techfreak.ch
Just checked. Offline
Just checked.
Offline ArchiveExplorer functionality is embedded into valkyrie.dll.
So, unfortunately, it's not possible to modify offline archive explorer, sorry!
Cheers
www.quadrotech-it.com - All your EV Tools | www.techfreak.ch
Would you like to reply?
Login or Register to post your comment.