The RECIPIENTINFO structure contains the information associated with each user. This structure is filled by the calling code and passed to the proxy generation DLL for read-only use. Note that all of the strings in this structure are Unicode strings.
Header file: | PROXYINF.H |
typedef struct
{
LPWSTR pszCommonName;
LPWSTR pszFirstName;
LPWSTR pszLastName;
LPWSTR pszDisplayName;
LPWSTR pszInitials;
} RECIPIENTINFO, * PRECIPIENTINFO;
Use the RECIPIENTINFO structure with a site proxy address to generate a site-unique recipient proxy.
For additional information on this structure, see Creating a Proxy Address.