RECIPIENTINFO Structure

RECIPIENTINFO Structure

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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 common 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.

Structure Information

Minimum availability 2000
Minimum operating systems 2000

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.