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