PROXYINFO

The PROXYINFO structure contains proxy address information for a recipient.

Quick Info

Header file: RPCPUB.H

typedef struct _PROXYINFO
{
  RPC_BOOL               fContinueOnError;
  RPC_BOOL               fIgnoreOldSecondaries;
  RPC_SZ                 wszDN;
  RPC_SZ                 wszNickName;
  RPC_SZ                 wszCommonName;
  RPC_SZ                 wszDisplayName;
  RPC_SZ                 wszSurName;
  RPC_SZ                 wszGivenName;
  RPC_SZ                 wszInitials;
  RPC_SZ                 wszTargetAddress;
  PROXYNODE __RPC_FAR *  pPNVerifyProxy;
  PROXYNODE __RPC_FAR *  pPNExcludeProxy;
}  PROXYINFO;
 
typedef struct _PROXYINFO __RPC_FAR * PPROXYINFO;
 

Members

fContinueOnError
Whether to continue trying to generate a proxy address if not successful.
fIgnoreOldSecondaries
Whether to ignore secondary address. Do not generate a proxy address.
wszDN
The distinguished name of the recipient.
wszNickName
The nickname of the recipient.
wszCommonName
The common name of the recipient.
wszDisplayName
The name that is displayed for the recipient.
wszSurName
The last name of the recipient.
wszGivenName
The first name of the recipient.
wszInitials
The initials of the recipient.
wszTargetAddress
The address of the recipient when the recipient is a foreign recipient.
pPNVerifyProxy
The list of known proxy addresses of the recipient.
pPNExcludeProxy
The list of recipient proxy addresses to ignore.

See Also

SAD_EcGetProxies, SAD_EcGetProxiesBI