OlMailRecipientType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示项目Item的收件人类型。
public enum class OlMailRecipientType
public enum OlMailRecipientType
Public Enum OlMailRecipientType
- 继承
-
OlMailRecipientType
字段
名称 | 值 | 说明 |
---|---|---|
olOriginator | 0 | 项目的发送方(发件人)。 |
olTo | 1 | 收件人在 Item 的 To 属性中指定。 |
olCC | 2 | 收件人在 Item 的 CC 属性中指定。 |
olBCC | 3 | 收件人在 Item 的 BCC 属性中指定。 |
注解
由项目的 Recipient.Type 属性使用。