_DistListItem.CreationTime Property
Returns a Date indicating the creation time for the Outlook item. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
ReadOnly Property CreationTime As DateTime
Get
'Usage
Dim instance As _DistListItem
Dim value As DateTime
value = instance.CreationTime
DateTime CreationTime { get; }
Property Value
Type: System.DateTime
Remarks
This property corresponds to the MAPI property PR_CREATION_TIME.