Gets the address object with the given address num (key to the address) from this contact

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

Syntax

C#
public CAddress GetAddressByNum(
	int addressNum
)
Visual Basic
Public Function GetAddressByNum ( _
	addressNum As Integer _
) As CAddress
Visual C++
public:
CAddress^ GetAddressByNum(
	int addressNum
)

Parameters

addressNum
Type: System..::..Int32
The key to look for

Return Value

The CAddress object if found, or null if the address num is not defined for this contact

See Also