Message SentRepresentingEmailAddress Property | MSG .NET Class Library |
Contains the e-mail address 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 SentRepresentingEmailAddress { get; set; }
public string SentRepresentingEmailAddress { get; set; }
Public Property SentRepresentingEmailAddress As String Get Set
Public Property SentRepresentingEmailAddress As String Get Set
Dim instance As Message Dim value As String value = instance.SentRepresentingEmailAddress instance.SentRepresentingEmailAddress = value
Dim instance As Message Dim value As String value = instance.SentRepresentingEmailAddress instance.SentRepresentingEmailAddress = value
/** @property */ public String get_SentRepresentingEmailAddress() /** @property */ public void set_SentRepresentingEmailAddress(String value)
/** @property */ public String get_SentRepresentingEmailAddress() /** @property */ public void set_SentRepresentingEmailAddress(String value)
function get SentRepresentingEmailAddress () : String function set SentRepresentingEmailAddress (value : String)
function get SentRepresentingEmailAddress () : String function set SentRepresentingEmailAddress (value : String)
function get_SentRepresentingEmailAddress(); function set_SentRepresentingEmailAddress(value);
function get_SentRepresentingEmailAddress(); function set_SentRepresentingEmailAddress(value);
Property Value
Type:
The sent representing email address.
See Also