Message ReceivedByAddressType Property | MSG .NET Class Library |
Contains the e-mail address type, such as SMTP, for the messaging user who actually receives the message.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string ReceivedByAddressType { get; set; }
public string ReceivedByAddressType { get; set; }
Public Property ReceivedByAddressType As String Get Set
Public Property ReceivedByAddressType As String Get Set
Dim instance As Message Dim value As String value = instance.ReceivedByAddressType instance.ReceivedByAddressType = value
Dim instance As Message Dim value As String value = instance.ReceivedByAddressType instance.ReceivedByAddressType = value
/** @property */ public String get_ReceivedByAddressType() /** @property */ public void set_ReceivedByAddressType(String value)
/** @property */ public String get_ReceivedByAddressType() /** @property */ public void set_ReceivedByAddressType(String value)
function get ReceivedByAddressType () : String function set ReceivedByAddressType (value : String)
function get ReceivedByAddressType () : String function set ReceivedByAddressType (value : String)
function get_ReceivedByAddressType(); function set_ReceivedByAddressType(value);
function get_ReceivedByAddressType(); function set_ReceivedByAddressType(value);
Property Value
Type:
The type of the received by address.
See Also