ADS_EMAIL 结构 (iads.h)

ADS_EMAIL 结构是 EMail Address 属性语法的 ADSI 表示形式。

语法

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

成员

Address

包含用户地址的以 null 结尾的 Unicode 字符串。

Type

电子邮件的类型。

要求

要求
最低受支持的客户端 Windows Vista
最低受支持的服务器 Windows Server 2008
标头 iads.h

另请参阅

ADSI 结构