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