The LOOKUP sample application enables you to enter a user's address and the address type to which you want it converted. The program does an exact match on the proxy address and is able to look up hidden recipients. The LOOKUP program does the following:
Calls the function HrGWResolveAddress to locate the recipient entry identifier of the address you input.
Calls HrGWResolveProxy to find the corresponding address of the type you specify.
Indicates whether it is a MAPI recipient and prints its EX address if the address is resolved.
Returns an error code and asks you to enter another address if the address cannot be found.
Note Some address types are case-sensitive and others are not. When comparing addresses, applications should compare byte-for-byte, and should always use uppercase for case-insensitive address types.
To run LOOKUP
At the command prompt, change to the location containing the LOOKUP.EXE executable.
Type LOOKUP [ProfileName]. You will be prompted to enter the address you want resolved.
To end the run, type EXIT at this prompt. Otherwise, enter an address to be resolved, in the format <address type>:<address>. For example:
SMTP:John@Microsoft.com
You will be prompted to enter the address type that you want returned.
Enter the new address type; for example, MS for an address in Microsoft Mail format. If the resolved address is available, LOOKUP returns it and indicates whether it is a MAPI recipient. If the address is unavailable, LOOKUP returns an error message.