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