Opportunities Object

Outlook Developer Reference
Opportunities Object

The Opportunities object represents a folder that contains Opportunity object records.

Version Information
 Version Added:  Outlook 2007

Requirements

Business Contact Manager for Outlook

Example

The following C# and Visual Basic for Applications (VBA) examples show the Opportunities folder assignment statement.

C#
  
Outlook.Folder opportunities = (Outlook.Folder)bcmRootFolder.Folders["Opportunities"]; 
Visual Basic for Applications
  
Set bcmOppFolder = bcmRootFolder.Folders("Opportunities")

User Properties (Business Contact Manager only)

None.

Parent Objects

Folder Object

For more information, see the Outlook 2007 Developer Reference by going to the MSDN Office Developer Center Web site.

See Also

Create an Opportunity linked to an Account | Create an Opportunity linked to a Business Contact | Select an Opportunity | Edit an Opportunity | Delete an Opportunity