_MailItem.SentOn 属性

定义

返回一个 DateTime ,指示发送 Outlook 项目的日期和时间。 只读。

public:
 property DateTime SentOn { DateTime get(); };
public DateTime SentOn { get; }
Public ReadOnly Property SentOn As DateTime

属性值

注解

此属性对应于 PidTagClientSubmitTime 的 MAPI 属性。 使用 对象的 Send() 方法发送项时,传输提供程序将为你设置 ReceivedTimeSentOn 属性。

适用于