_MeetingItem.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 a meeting request item using the object's ReceivedTime method, the transport provider sets the ReceivedTime and SentOn properties for you.

Applies to