Gets or sets the address to use when sending mail about this subscription

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

Syntax

C#
public int PreferredMailAddressNumber { get; set; }
Visual Basic
Public Property PreferredMailAddressNumber As Integer
	Get
	Set
Visual C++
public:
property int PreferredMailAddressNumber {
	int get ();
	void set (int value);
}

Remarks

If an attempt is made to set this with an address number for which no address exists an error is generated.

See Also