_MeetingItem.ReceivedTime Property
Returns or sets a DateTime indicating the date and time at which the item was received. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property ReceivedTime As DateTime
Get
Set
'Usage
Dim instance As _MeetingItem
Dim value As DateTime
value = instance.ReceivedTime
instance.ReceivedTime = value
[DispIdAttribute()]
DateTime ReceivedTime { get; set; }
Property Value
Type: System.DateTime