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