Share via


Rating Property

Outlook Developer Reference
Rating Property

Gets or sets a String value representing the rating of an Account or Business Contact. The attribute for this value is read/write.

Syntax

expression.ItemProperties["Rating"].Value

expression   A variable that represents an Account or Business Contact object.

Remarks

The Rating property is a pick list (drop-down) field that has the following default values.

  • Excellent
  • Good
  • Average
  • Fair
  • Poor

If you set a value other than one of the default values, Business Contact Manager for Outlook displays an error.

The Outlook UserProperty type is olText.

See Also

Office Developer Center: Outlook 2007