OlMailRecipientType 枚举

定义

指示项目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 属性使用。

适用于