_ContactItem.CreationTime Property
Returns a DateTime 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
<DispIdAttribute()> _
ReadOnly Property CreationTime As DateTime
Get
'Usage
Dim instance As _ContactItem
Dim value As DateTime
value = instance.CreationTime
[DispIdAttribute()]
DateTime CreationTime { get; }
Property Value
Type: System.DateTime
Remarks
This property corresponds to the MAPI property PidTagCreationTime.