_MobileItem.ReceivedTime Property

Returns a DateTime value that indicates the date and time at which the MobileItem object was received. Read-only.

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

Syntax

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

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

Property Value

Type: System.DateTime

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace