Share via


_SharingItem.SentOn Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property SentOn As DateTime
    Get
'Usage
Dim instance As _SharingItem
Dim value As DateTime

value = instance.SentOn
DateTime SentOn { get; }

Property Value

Type: System.DateTime

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

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace