IUserEmails.Item

Syntax

Item(Index: Integer): IUserEmail;

Parameters

Index. The index of the email address.

Description

The Item property returns the parameters of the specified record.

Comments

In the IUserEmails collection three fixed email addresses are stored. The values of these addresses also can be found in Mobile, Personal and Working properties.

To access records about fixed email addresses by using the Item item property it is necessary to specify the following values of the Index parameter:

See also:

IUserEmails