Click or drag to resize
MOVEitMessageInfoFrom Property
The username of the message sender.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public string From { get; }

Property Value

Type: String
Remarks
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