Message.OtherAddressCity Property

Independentsoft MSG .NET

Message OtherAddressCity Property MSG .NET Class Library
Contains the city portion of the other address for the contact.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string OtherAddressCity { get; set; }
public string OtherAddressCity { get; set; }
Public Property OtherAddressCity As String 
	Get 
	Set
Public Property OtherAddressCity As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.OtherAddressCity

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

value = instance.OtherAddressCity

instance.OtherAddressCity = value
/** @property */
public String get_OtherAddressCity()
/** @property */
public void set_OtherAddressCity(String value)
/** @property */
public String get_OtherAddressCity()
/** @property */
public void set_OtherAddressCity(String value)
function get OtherAddressCity () : String 
function set OtherAddressCity (value : String)
function get OtherAddressCity () : String 
function set OtherAddressCity (value : String)
function get_OtherAddressCity();
function set_OtherAddressCity(value);
function get_OtherAddressCity();
function set_OtherAddressCity(value);

Property Value

Type: OnlineString
The other address city.
See Also