I have developed one application which used to send/receive mails using Exchange Server 2003, so in the email input box, if we enter any user's first name and click on some short cut key, I want to resolve that email address.
For example,
- Type "Pardha" in the input box
- Press cltl +r (short cut key)
- it should search in Exchange Server 2003 whose names starts with "Pardha", and it should resolve my emaild id as
pardha@testserver.com
- If there are multiple users having the same name, then it should display the "select email id" dialog box to select the required email.