The purpose/name/type of the address. For example, "Home", "Work", "Vacation", etc. Must be one of those defined in iMIS. See AddressPurposes NOTE: To change the Purpose of the main adress (the one pointed to by CContact.AddressNum1), create a new address, set its purpose to MainAddressPrompt (which removes the original CAddress from CContact.AddressNum1) and then change the purpose of the original CAddress

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

Syntax

C#
public string AddressPurpose { get; set; }
Visual Basic (Declaration)
Public Property AddressPurpose As String
Visual C++
public:
property String^ AddressPurpose {
	String^ get ();
	void set (String^ value);
}

See Also