Message HomeAddressState Property | MSG .NET Class Library |
Contains the state portion of the home address for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string HomeAddressState { get; set; }
public string HomeAddressState { get; set; }
Public Property HomeAddressState As String Get Set
Public Property HomeAddressState As String Get Set
Dim instance As Message Dim value As String value = instance.HomeAddressState instance.HomeAddressState = value
Dim instance As Message Dim value As String value = instance.HomeAddressState instance.HomeAddressState = value
/** @property */ public String get_HomeAddressState() /** @property */ public void set_HomeAddressState(String value)
/** @property */ public String get_HomeAddressState() /** @property */ public void set_HomeAddressState(String value)
function get HomeAddressState () : String function set HomeAddressState (value : String)
function get HomeAddressState () : String function set HomeAddressState (value : String)
function get_HomeAddressState(); function set_HomeAddressState(value);
function get_HomeAddressState(); function set_HomeAddressState(value);
Property Value
Type:
The state of the home address.
See Also