Share via


_StorageItem.CreationTime Property

Returns a DateTime value that indicates the creation time for the StorageItem. 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 _StorageItem
Dim value As DateTime

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

Property Value

Type: System.DateTime

See Also

Reference

_StorageItem Interface

_StorageItem Members

Microsoft.Office.Interop.Outlook Namespace