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