_SharingItem.ReceivedTime Property
Returns a DateTime indicating the date and time at which the SharingItem 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 _SharingItem
Dim value As DateTime
value = instance.ReceivedTime
[DispIdAttribute()]
DateTime ReceivedTime { get; }
Property Value
Type: System.DateTime