| 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
Syntaxpublic string From { get; }Public ReadOnly Property From As String
	Get
public:
property String^ From {
	String^ get ();
}Property Value
Type: 
String Remarks
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
See Also