Share via


_PostItem.SentOn Property

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

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property SentOn As DateTime
    Get
'Usage
Dim instance As _PostItem
Dim value As DateTime

value = instance.SentOn
[DispIdAttribute()]
DateTime SentOn { get; }

Property Value

Type: System.DateTime

Remarks

This property corresponds to the MAPI property PidTagClientSubmitTime.

See Also

Reference

_PostItem Interface

_PostItem Members

Microsoft.Office.Interop.Outlook Namespace