Given the address purpose (AddressPurpose) returns the address with that purpose, if any.

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

Syntax

C#
public CAddress GetAddressByPurpose(
	string purpose
)
Visual Basic
Public Function GetAddressByPurpose ( _
	purpose As String _
) As CAddress
Visual C++
public:
CAddress^ GetAddressByPurpose(
	String^ purpose
)

Parameters

purpose
Type: System..::..String
The address purpose to find.

Return Value

The address with the given purpose, or null if no address with that purpose is found.

See Also