Message ReceivedRepresentingEmailAddress Property | MSG .NET Class Library |
Contains the e-mail address for the messaging user who is represented by the receiving user.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string ReceivedRepresentingEmailAddress { get; set; }
public string ReceivedRepresentingEmailAddress { get; set; }
Public Property ReceivedRepresentingEmailAddress As String Get Set
Public Property ReceivedRepresentingEmailAddress As String Get Set
Dim instance As Message Dim value As String value = instance.ReceivedRepresentingEmailAddress instance.ReceivedRepresentingEmailAddress = value
Dim instance As Message Dim value As String value = instance.ReceivedRepresentingEmailAddress instance.ReceivedRepresentingEmailAddress = value
/** @property */ public String get_ReceivedRepresentingEmailAddress() /** @property */ public void set_ReceivedRepresentingEmailAddress(String value)
/** @property */ public String get_ReceivedRepresentingEmailAddress() /** @property */ public void set_ReceivedRepresentingEmailAddress(String value)
function get ReceivedRepresentingEmailAddress () : String function set ReceivedRepresentingEmailAddress (value : String)
function get ReceivedRepresentingEmailAddress () : String function set ReceivedRepresentingEmailAddress (value : String)
function get_ReceivedRepresentingEmailAddress(); function set_ReceivedRepresentingEmailAddress(value);
function get_ReceivedRepresentingEmailAddress(); function set_ReceivedRepresentingEmailAddress(value);
Property Value
Type:
The received representing email address.
See Also