MOVEitMessageInfo.State Property |
The send state of the object.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic MOVEitMessageInfo. MessageState State { get; }
Public ReadOnly Property State As MOVEitMessageInfo. MessageState
Get
public:
property MOVEitMessageInfo. MessageState State {
MOVEitMessageInfo. MessageState get ();
}
Property Value
Type:
MOVEitMessageInfo.MessageState
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