_MailItem.Sent 属性

定义

返回 C# 中的 布尔 值 (bool ) 值,该值指示是否已发送消息。 只读。

public:
 property bool Sent { bool get(); };
public bool Sent { get; }
Public ReadOnly Property Sent As Boolean

属性值

注解

通常,存在三种不同类型的邮件:已发送、已投递和已保存。 已发送的邮件是发送至收件人或公用文件夹的项目。 已投递的邮件是在公用文件夹中创建的项目。 已保存的邮件则是已创建并保存但尚未发送或投递的项目。

适用于