Message.BusinessAddressPostOfficeBox Property

Independentsoft MSG .NET

Message BusinessAddressPostOfficeBox Property MSG .NET Class Library
Contains the post office box number portion of the business address for the contact.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string BusinessAddressPostOfficeBox { get; set; }
public string BusinessAddressPostOfficeBox { get; set; }
Public Property BusinessAddressPostOfficeBox As String 
	Get 
	Set
Public Property BusinessAddressPostOfficeBox As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.BusinessAddressPostOfficeBox

instance.BusinessAddressPostOfficeBox = value
Dim instance As Message 
Dim value As String 

value = instance.BusinessAddressPostOfficeBox

instance.BusinessAddressPostOfficeBox = value
/** @property */
public String get_BusinessAddressPostOfficeBox()
/** @property */
public void set_BusinessAddressPostOfficeBox(String value)
/** @property */
public String get_BusinessAddressPostOfficeBox()
/** @property */
public void set_BusinessAddressPostOfficeBox(String value)
function get BusinessAddressPostOfficeBox () : String 
function set BusinessAddressPostOfficeBox (value : String)
function get BusinessAddressPostOfficeBox () : String 
function set BusinessAddressPostOfficeBox (value : String)
function get_BusinessAddressPostOfficeBox();
function set_BusinessAddressPostOfficeBox(value);
function get_BusinessAddressPostOfficeBox();
function set_BusinessAddressPostOfficeBox(value);

Property Value

Type: OnlineString
The business address post office box.
See Also