EmailMessage.IsSmartSendable 属性

定义

获取一个布尔值,该值指示是否允许响应电子邮件尝试智能发送,仅发送已更改的电子邮件的该部分。

public:
 property bool IsSmartSendable { bool get(); };
bool IsSmartSendable();
public bool IsSmartSendable { get; }
var boolean = emailMessage.isSmartSendable;
Public ReadOnly Property IsSmartSendable As Boolean

属性值

Boolean

bool

一个布尔值,指示是否允许响应电子邮件尝试智能发送。

Windows 要求

应用功能
email emailSystem

适用于