Message.HomeAddressCountry Property

Independentsoft MSG .NET

Message HomeAddressCountry Property MSG .NET Class Library
Contains the country/region 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 HomeAddressCountry { get; set; }
public string HomeAddressCountry { get; set; }
Public Property HomeAddressCountry As String 
	Get 
	Set
Public Property HomeAddressCountry As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.HomeAddressCountry

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

value = instance.HomeAddressCountry

instance.HomeAddressCountry = value
/** @property */
public String get_HomeAddressCountry()
/** @property */
public void set_HomeAddressCountry(String value)
/** @property */
public String get_HomeAddressCountry()
/** @property */
public void set_HomeAddressCountry(String value)
function get HomeAddressCountry () : String 
function set HomeAddressCountry (value : String)
function get HomeAddressCountry () : String 
function set HomeAddressCountry (value : String)
function get_HomeAddressCountry();
function set_HomeAddressCountry(value);
function get_HomeAddressCountry();
function set_HomeAddressCountry(value);

Property Value

Type: OnlineString
The home address country.
See Also