Grand Parent Entity EntryID Property

Outlook Developer Reference
Grand Parent Entity EntryID Property

Gets a String value representing the unique entry identifier of the grandparent object. The attribute for this value is read only.

Syntax

expression.ItemProperties["Grand Parent Entity EntryID"].Value

expression   A variable that represents an Opportunity or a Business Project object.

Remarks

To print the Grand Parent Entity EntryID property value by using C#:

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

To print the Grand Parent Entity EntryID property value by using VBA:

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

The Outlook UserProperty type is olText.

See Also

Office Developer Center: Outlook 2007