Share via


LastModificationTime Property

Outlook Developer Reference
LastModificationTime Property

Gets the DateTime value representing a date and time of the most recent modification to the Business Contact. The attribute for this value is read-only.

Syntax

expression.ItemProperties["LastModificationTime"].Value

expression   A variable that represents a Business Contact object.

Remarks

To print the LastModificationTime 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 LastModificationTime 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