Created By Property

Gets a String value representing the name of the person who created an Account, Business Contact, Business Project, Project Task, Opportunity, Business Note, or Phone Log. The attribute for this value is read-only.

expression**.ItemProperties["Created By"].Value**

expression   A variable that represents an Account, Business Contact, Opportunity, Marketing Campaign, Business Project, Project Task, Business Note, or Phone Log object.

Remarks

To print the Created By property value by using C#:

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

To print the Created By property value by using VBA:

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

The Outlook UserProperty type is olText.

See Also

2007 Office System: Updated Developer Content