Adds a new Address object to the Contact and returns a reference to it.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public CAddress NewAddress()
Visual Basic (Declaration)
Public Function NewAddress As CAddress
Visual C++
public:
CAddress^ NewAddress()

Return Value

A reference to the new address

See Also