_MobileItem.CreationTime Property

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

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

Property Value

Type: System.DateTime

Remarks

This property corresponds to the MAPI PidTagCreationTime Canonical Property property.

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace