ADS_EMAIL structure (iads.h)

The ADS_EMAIL structure is an ADSI representation of the EMail Address attribute syntax.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0014 {
  LPWSTR Address;
  DWORD  Type;
} ADS_EMAIL, *PADS_EMAIL;

Members

Address

The null-terminated Unicode string that contains the user address.

Type

Type of the email message.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADSI Structures