Accounts Object

Outlook Developer Reference
Accounts Object

The Accounts object represents a folder that contains Account 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 Accounts folder assignment statement.

C#
  
Outlook.Folder accounts = (Outlook.Folder)bcmRootFolder.Folders["Accounts"];
Visual Basic for Applications
  
Set bcmAccountsFldr = bcmRootFolder.Folders("Accounts")

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 Account | Select an Account | Edit an Account | Delete an Account