Partager via


AddressEntries.Add Method (Outlook)

Adds a new entry to the AddressEntries collection.

Syntax

expression .Add(Type, Name, Address)

expression An AddressEntries object that represents the new entry.

Parameters

Name

Required/Optional

Data Type

Description

Type

Required

String

The type of the new entry.

Name

Optional

Variant

The name of the new entry.

Address

Optional

Variant

The address.

Return Value

An AddressEntry object that represents the new entry.

Remarks

New entries or changes to existing entries are not persisted in the collection until after calling the Update method.

See Also

Concepts

AddressEntries Object

AddressEntries Object Members