OlDisplayType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述地址的特性
public enum class OlDisplayType
public enum OlDisplayType
Public Enum OlDisplayType
- 继承
-
OlDisplayType
字段
名称 | 值 | 说明 |
---|---|---|
olUser | 0 | 用户地址 |
olDistList | 1 | Exchange 通讯组列表 |
olForum | 2 | 论坛地址 |
olAgent | 3 | 代理地址 |
olOrganization | 4 | 组织地址 |
olPrivateDistList | 5 | Outlook 私有通讯组列表 |
olRemoteUser | 6 | 远程用户地址 |
注解
由 ExchangeDistributionList、ExchangeUser 和 Recipient 对象的 DisplayType 属性使用。