Message.HomeAddressPostOfficeBox Property

Independentsoft MSG .NET

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

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

Syntax

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

value = instance.HomeAddressPostOfficeBox

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

value = instance.HomeAddressPostOfficeBox

instance.HomeAddressPostOfficeBox = value
/** @property */
public String get_HomeAddressPostOfficeBox()
/** @property */
public void set_HomeAddressPostOfficeBox(String value)
/** @property */
public String get_HomeAddressPostOfficeBox()
/** @property */
public void set_HomeAddressPostOfficeBox(String value)
function get HomeAddressPostOfficeBox () : String 
function set HomeAddressPostOfficeBox (value : String)
function get HomeAddressPostOfficeBox () : String 
function set HomeAddressPostOfficeBox (value : String)
function get_HomeAddressPostOfficeBox();
function set_HomeAddressPostOfficeBox(value);
function get_HomeAddressPostOfficeBox();
function set_HomeAddressPostOfficeBox(value);

Property Value

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