Unsolved
This post is more than 5 years old
23 Posts
0
1772
December 5th, 2007 07:00
Search someone who left company
Hi there
How can you search mails from someone who left the company. You can't use the "From" button, because the contact isn't in the addressbook anymore. When you use "search after:" then you get thousands of results. You'll get every mail/appointment where this contact was in a distribution list.
Does anybody have an idea?
Thanks.
How can you search mails from someone who left the company. You can't use the "From" button, because the contact isn't in the addressbook anymore. When you use "search after:" then you get thousands of results. You'll get every mail/appointment where this contact was in a distribution list.
Does anybody have an idea?
Thanks.
No Events found!
ccharlto
64 Posts
0
December 5th, 2007 07:00
Here is some information on how to retrieve mail for a user that has been deleted/hidden:
===========================
Need to search mail for user that is Deleted/hidden from Global Address List
Use the following method of searching user mail that is no longer in the global address book in the following steps:
- Open Sql Analyzer
- Highlight the EmailXtender Database
- Enter the following Query:
SELECT * FROM EmailAddress
Where EmailAddress like '%Deleted UserName%'
- Copy the EmailKey returned
- Open calculator
- Paste the EmailKey into the calculator and convert number to Hex
- Enter the Hex Number returned into the Search plugin (Search for words section)
Mail Should be returned
===========================
Hope this helps
Rod--qI3O
23 Posts
0
December 6th, 2007 02:00
Thanks for the quick answer!
Regards,
rod
amediratta
2 Intern
•
2K Posts
0
December 29th, 2007 21:00
Did this work for you?
Rod--qI3O
23 Posts
0
January 17th, 2008 02:00
Yes, it worked. Except the convert to hex. This didn't work. But I could resolve it with the address that the SQL Analyzer gave back.
It worked with something like this:
/o=mail-prod/ou=sri administrative group/cn=recipients/cn=huberan52410096
When I use this in the EX Search you can search like this person would still work for the company.
Hope this helps.
Rod
RKatwal
2 Intern
•
600 Posts
0
January 22nd, 2008 20:00
AFG1
5 Posts
0
May 1st, 2008 12:00
brian.mottershe
2 Posts
0
October 31st, 2008 08:00
The only thing I noticed was I had to copy the Key from the entry that started "EX:" and not "SMTP:".
mhamilto
14 Posts
0
October 31st, 2008 09:00
Lets take for example I return the following 2 results from the sql query
EX:"Mark"
SMTP:"Mark"
Both of these addresses can be placed in the To, From or Mailbox fields seperated by a semicolon. (The semicolon acts as an OR operator)
/o=test/ou=first administrative group/cn=recipients/cn=Mark;Mark@hotmail.com
This method frees up the keyword field for you to utilize keyword searches in the same search. Also no more need to convert decimal to hex.
brian.mottershe
2 Posts
0
October 31st, 2008 10:00
That is an even easier way to search!
Holger2
1 Message
0
December 11th, 2008 07:00
we had the same problem. We tried the SQL query. But we didn't find the email. After calling EMC support we found out that you can type the last name of the user in the "Search for the word(s)" field. This returned the emails.
PakNakal1
1 Message
0
August 11th, 2009 12:00
Also, I was told that the newest EmailXtender client doesn't require the HEX codes anymore, or has a way of doing the lookup for you. Is that true?