CreationTime Property

Outlook Developer Reference
CreationTime Property

Gets the DateTime value representing when a Business Contact was created. The attribute for this value is read-only.

Syntax

expression.ItemProperties["CreationTime"].Value

expression   A variable that represents a Business Contact object.

Remarks

To print the CreationTime property value by using C#:

  1. Exit the application that created the Business Contact object.
  2. Reload the object in a separate application and print the value.

To print the CreationTime property value by using VBA:

  1. Close the Business Contact object.
  2. Reload the object in the same application and print the value.

The Outlook UserProperty type is olDateTime.

See Also

Office Developer Center: Outlook 2007