_MobileItem.SentOn Property

Returns a DateTime value that indicates the date and time at which the MobileItem object 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 _MobileItem
Dim value As DateTime

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

Property Value

Type: System.DateTime

Remarks

This property corresponds to the MAPI PidTagClientSubmitTime Canonical Property property. When you send an item by using the object's Send(Boolean) method, the transport provider sets the ReceivedTime and SentOn properties for you.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace