Platform SDK: Exchange Server |
The SAD_EcGetProxiesBI function obtains all of the proxy addresses for a recipient that the server supports.
Header file: | SADAPI.H |
Library: | SADAPI.LIB |
RPC_EC SAD_EcGetProxiesBI( PRPCBINDINFO pBI, PPROXYINFO pProxyInfo, PPROXYLIST pProxyList );
See Return Values.
Your program must first call SAD_ScBind to establish a binding to a server before it can call SAD_EcGetProxiesBI.
You must call the SAD_FreeProxyListNode function to release the memory that SAD_EcGetProxiesBI allocates for the PROXYNODE structures in the pProxyList parameter.
PROXYINFO, PROXYLIST, SAD_EcGetProxies, SAD_ScBind, SAD_Unbind