Recipient TransmitableDisplayName Property | MSG .NET Class Library |
Contains a recipient's display name in a secure form that cannot be changed.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string TransmitableDisplayName { get; set; }
public string TransmitableDisplayName { get; set; }
Public Property TransmitableDisplayName As String Get Set
Public Property TransmitableDisplayName As String Get Set
Dim instance As Recipient Dim value As String value = instance.TransmitableDisplayName instance.TransmitableDisplayName = value
Dim instance As Recipient Dim value As String value = instance.TransmitableDisplayName instance.TransmitableDisplayName = value
/** @property */ public String get_TransmitableDisplayName() /** @property */ public void set_TransmitableDisplayName(String value)
/** @property */ public String get_TransmitableDisplayName() /** @property */ public void set_TransmitableDisplayName(String value)
function get TransmitableDisplayName () : String function set TransmitableDisplayName (value : String)
function get TransmitableDisplayName () : String function set TransmitableDisplayName (value : String)
function get_TransmitableDisplayName(); function set_TransmitableDisplayName(value);
function get_TransmitableDisplayName(); function set_TransmitableDisplayName(value);
Property Value
Type:
See Also