Message.OtherAddressStreet Property

Independentsoft MSG .NET

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