| MOVEitMessageInfoState Property | 
            The send state of the object.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic MOVEitMessageInfoMessageState State { get; }Public ReadOnly Property State As MOVEitMessageInfoMessageState
	Get
public:
property MOVEitMessageInfoMessageState State {
	MOVEitMessageInfoMessageState get ();
}Property Value
Type: 
MOVEitMessageInfoMessageState Remarks
Remarks
            If state is "Sent", it indicates that
            the message is encrypted and stored on the MOVEit Transfer system. If the state
            is "Pending", it indicates the message only exists locally.
            
 See Also
See Also