Accounts.Item Method (Outlook)

Returns an Account object specified by Index.

Version Information

Version Added: Outlook 2007

Syntax

expression .Item(Index)

expression A variable that represents an Accounts object.

Parameters

Name

Required/Optional

Data Type

Description

Index

Required

Variant

A one-based Long that indexes into the Accounts collection, or a String that specifies the DisplayName of an Account.

Return Value

An Account object that matches the account specified by Index.

See Also

Concepts

Accounts Object Members

Accounts Object