Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.