Given the address purpose (AddressPurpose) returns the address with that purpose, if any.
Namespace: Asi.iBO.ContactManagementAssembly: 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.