AddressEntry.AddressEntryUserType 属性

定义

从枚举中 OlAddressEntryUserType 返回一个常量,该常量表示 的用户 AddressEntry类型。 只读。

public:
 property Microsoft::Office::Interop::Outlook::OlAddressEntryUserType AddressEntryUserType { Microsoft::Office::Interop::Outlook::OlAddressEntryUserType get(); };
public Microsoft.Office.Interop.Outlook.OlAddressEntryUserType AddressEntryUserType { get; }
Public ReadOnly Property AddressEntryUserType As OlAddressEntryUserType

属性值

注解

AddressEntryUserType 为用户类型提供比 更精细的 DisplayType粒度级别。 DisplayType 属性没有区别不同类型的 AddressEntry ,如有简单邮件传输协议 (SMTP) 电子邮件地址、 轻型目录访问协议 (LDAP) 地址、 Exchange 用户地址, AddressEntryAddressEntry 在 Outlook 联系人通讯簿中的用户。 所有这些项将作为其 AddressEntry.DisplayTypeolUser

适用于