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