_MailItem.SentOn Property

Definition

Returns a DateTime indicating the date and time on which the Outlook item was sent. Read-only.

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

Property Value

Remarks

This property corresponds to the MAPI property PidTagClientSubmitTime. When you send an item using the object's Send() method, the transport provider sets the ReceivedTime and SentOn properties for you.

Applies to