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