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.2.0

Syntax

C#
public int PreferredMailAddressNumber { get; set; }
Visual Basic (Declaration)
Public Property PreferredMailAddressNumber As Integer
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