Platform SDK: Exchange Server |
The HrGWResolveProxy function determines the recipient proxy address of a specified type from an entry identifier.
Header file: | ADDRLKUP.H |
Library: | ADDRLKUP.LIB |
Unicode: | Yes |
HRESULT HrGWResolveProxy( LPADRBOOK lpAdrBook, ULONG cbeid, LPENTRYID lpeid, LPTSTR lpszAddrType, LPTSTR * lppszAddress );
See Return Values.
Call the MAPIFreeBuffer function to free the buffer where lppszAddress points.
For more information on this function, see Using the Address Lookup Functions, Implementing Address Lookup Functions, and Mapping Inbound Addresses in the Gateway Programmer's Reference.
For information on the ENTRYID structure, IAddrBook interface, MAPIAllocateBuffer function, and MAPIFreeBuffer function, see the MAPI Programmer's Reference.