Message.OtherAddressState Property

Independentsoft MSG .NET

Message OtherAddressState Property MSG .NET Class Library
Contains the state 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 OtherAddressState { get; set; }
public string OtherAddressState { get; set; }
Public Property OtherAddressState As String 
	Get 
	Set
Public Property OtherAddressState As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.OtherAddressState

instance.OtherAddressState = value
Dim instance As Message 
Dim value As String 

value = instance.OtherAddressState

instance.OtherAddressState = value
/** @property */
public String get_OtherAddressState()
/** @property */
public void set_OtherAddressState(String value)
/** @property */
public String get_OtherAddressState()
/** @property */
public void set_OtherAddressState(String value)
function get OtherAddressState () : String 
function set OtherAddressState (value : String)
function get OtherAddressState () : String 
function set OtherAddressState (value : String)
function get_OtherAddressState();
function set_OtherAddressState(value);
function get_OtherAddressState();
function set_OtherAddressState(value);

Property Value

Type: OnlineString
The state of the other address.
See Also