RECIPIENTINFO Structure
Topic Last Modified: 2006-11-20
The RECIPIENTINFO structure is used to provide recipient information to the functions of the proxy generation dynamic-link library (DLL). The structure is defined in the proxyinf.h file.
Syntax
Typedef struct
{
LPWSTR pszCommonName;
LPWSTR pszFirstName;
LPWSTR pszLastName;
LPWSTR pszDisplayName;
LPWSTR pszInitials;
} RECIPIENTINFO;
Members
- pszCommonName
The recipient's commong name. This is typically the user's mailbox name.
- pszFirstName
The recipient's first, or given, name.
- pszLastName
The recipient's last, or family, name.
- pszDisplayName
The name to be shown in client applications.
- pszInitials
The initials of the recipient.
Requirements
Exchange 2000 Server or later
Windows Server 2000 or later