Message BusinessAddressPostOfficeBox Property | MSG .NET Class Library |
Contains the post office box number portion of the business address for the contact.
Namespace: Independentsoft.MsgAssembly: 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:
The business address post office box.
See Also