RemoteItem.CreationTime Property
Outlook Developer Reference |
Returns a Date indicating the creation time for the Outlook item. Read-only.
Syntax
expression.CreationTime
expression A variable that represents a RemoteItem object.
Remarks
This property corresponds to the MAPI property PR_CREATION_TIME.
See Also