Message BusinessAddressCountry Property | MSG .NET Class Library |
Contains the country/region code 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 BusinessAddressCountry { get; set; }
public string BusinessAddressCountry { get; set; }
Public Property BusinessAddressCountry As String Get Set
Public Property BusinessAddressCountry As String Get Set
Dim instance As Message Dim value As String value = instance.BusinessAddressCountry instance.BusinessAddressCountry = value
Dim instance As Message Dim value As String value = instance.BusinessAddressCountry instance.BusinessAddressCountry = value
/** @property */ public String get_BusinessAddressCountry() /** @property */ public void set_BusinessAddressCountry(String value)
/** @property */ public String get_BusinessAddressCountry() /** @property */ public void set_BusinessAddressCountry(String value)
function get BusinessAddressCountry () : String function set BusinessAddressCountry (value : String)
function get BusinessAddressCountry () : String function set BusinessAddressCountry (value : String)
function get_BusinessAddressCountry(); function set_BusinessAddressCountry(value);
function get_BusinessAddressCountry(); function set_BusinessAddressCountry(value);
Property Value
Type:
The business address country.
See Also