Call Type Property

Gets or sets a String value representing a category of call, such as an initial call, to be stored in the phone log. The attribute for this value is read/write.

expression**.ItemProperties["Call Type"].Value**

expression   A variable that represents a Phone Log object.

Remarks

To print the Call Type property value by using C#, do the following:

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

To print the Call Type property value by using VBA, do the following:

  1. Close the Phone Log 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