_SharingItem.SentOn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a DateTime indicating the date and time on which the SharingItem 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.