_TaskRequestDeclineItem.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 _TaskRequestDeclineItem
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.

See Also

Reference

_TaskRequestDeclineItem Interface

_TaskRequestDeclineItem Members

Microsoft.Office.Interop.Outlook Namespace