Message OtherAddressStreet Property | MSG .NET Class Library |
Contains the street 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 OtherAddressStreet { get; set; }
public string OtherAddressStreet { get; set; }
Public Property OtherAddressStreet As String Get Set
Public Property OtherAddressStreet As String Get Set
Dim instance As Message Dim value As String value = instance.OtherAddressStreet instance.OtherAddressStreet = value
Dim instance As Message Dim value As String value = instance.OtherAddressStreet instance.OtherAddressStreet = value
/** @property */ public String get_OtherAddressStreet() /** @property */ public void set_OtherAddressStreet(String value)
/** @property */ public String get_OtherAddressStreet() /** @property */ public void set_OtherAddressStreet(String value)
function get OtherAddressStreet () : String function set OtherAddressStreet (value : String)
function get OtherAddressStreet () : String function set OtherAddressStreet (value : String)
function get_OtherAddressStreet(); function set_OtherAddressStreet(value);
function get_OtherAddressStreet(); function set_OtherAddressStreet(value);
Property Value
Type:
The other address street.
See Also