Message.OtherAddressPostalCode Property

Independentsoft MSG .NET

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

value = instance.OtherAddressPostalCode

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

value = instance.OtherAddressPostalCode

instance.OtherAddressPostalCode = value
/** @property */
public String get_OtherAddressPostalCode()
/** @property */
public void set_OtherAddressPostalCode(String value)
/** @property */
public String get_OtherAddressPostalCode()
/** @property */
public void set_OtherAddressPostalCode(String value)
function get OtherAddressPostalCode () : String 
function set OtherAddressPostalCode (value : String)
function get OtherAddressPostalCode () : String 
function set OtherAddressPostalCode (value : String)
function get_OtherAddressPostalCode();
function set_OtherAddressPostalCode(value);
function get_OtherAddressPostalCode();
function set_OtherAddressPostalCode(value);

Property Value

Type: OnlineString
The other address postal code.
See Also