Share via


SharingItem.SentOn Property

Outlook Developer Reference

Returns a Date indicating the date and time on which the SharingItem was sent. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SentOn

expression   A variable that represents a SharingItem object.

Remarks

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

See Also