Message SentRepresentingAddressType Property | MSG .NET Class Library |
Contains the address type for the messaging user who is represented by the sender.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string SentRepresentingAddressType { get; set; }
public string SentRepresentingAddressType { get; set; }
Public Property SentRepresentingAddressType As String Get Set
Public Property SentRepresentingAddressType As String Get Set
Dim instance As Message Dim value As String value = instance.SentRepresentingAddressType instance.SentRepresentingAddressType = value
Dim instance As Message Dim value As String value = instance.SentRepresentingAddressType instance.SentRepresentingAddressType = value
/** @property */ public String get_SentRepresentingAddressType() /** @property */ public void set_SentRepresentingAddressType(String value)
/** @property */ public String get_SentRepresentingAddressType() /** @property */ public void set_SentRepresentingAddressType(String value)
function get SentRepresentingAddressType () : String function set SentRepresentingAddressType (value : String)
function get SentRepresentingAddressType () : String function set SentRepresentingAddressType (value : String)
function get_SentRepresentingAddressType(); function set_SentRepresentingAddressType(value);
function get_SentRepresentingAddressType(); function set_SentRepresentingAddressType(value);
Property Value
Type:
The type of the sent representing address.
See Also