Share via


Business Projects Object

Outlook Developer Reference
Business Projects Object

The Business Projects object represents a folder that contains Business Project 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 Business Projects folder assignment statement.

C#
  
Outlook.Folder projectsFolder = (Outlook.Folder)bcmRootFolder.Folders["Business Projects"]; 
Visual Basic for Applications
  
Set bcmProjectsFolder = bcmRootFolder.Folders("Business Projects")

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 a Business Project linked to a Primary Account | Create a Business Project linked to a Primary Business Contact | Select a Business Project | Edit a Business Project | Delete a Business Project