Message OtherAddressCity Property | MSG .NET Class Library |
Contains the city 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 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:
The other address city.
See Also