MOVEitMessageInfoFromRealName Property |
The display name of the message sender.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string FromRealName { get; }
Public ReadOnly Property FromRealName As String
Get
public:
property String^ FromRealName {
String^ get ();
}
Property Value
Type:
StringRemarks
Returns the display name of the user from which this message was sent (if the
State property
is "Sent").
See Also