Sales Stage Property

Gets or sets a String value representing the stage or milestone of an Opportunity. The attribute for this value is read/write.

expression**.ItemProperties["Sales Stage"].Value**

expression   Required. A variable that represents an Opportunity object.

Remarks

You can assign the following values to this property.

  • Prospecting
  • Qualification
  • Needs Analysis
  • Proposal/Price Quote
  • Negotiation/Review
  • Closed Won
  • Closed Lost
  • Initial Communication

You can set any combination of the sales stage and probability by setting the values of the Sales Stage and Probability properties independently in your code. In contrast, the user interface restricts this behavior by enforcing a default probability value for each sales stage.

The Outlook UserProperty type is olText.

See Also

2007 Office System: Updated Developer Content