Add Method (AddressEntries Collection)

Add Method (AddressEntries Collection)

See Also         Example         Applies To

Creates a new address entry in the AddressEntries collection, and returns the new address as an AddressEntry object.

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

Syntax

objAddressEntries.Add(Type, [Name], [Address])

objAddressEntries    Required. An expression that returns an AddressEntries collection object.

Type          Required. String. The type of the address entry.

Name        Optional. String. Display name for the address entry.

Address    Optional. String. The e-mail address of the address entry.