| MOVEitMessageInfoID Property |
The unique ID of the message.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic string ID { get; }Public ReadOnly Property ID As String
Get
public:
property String^ ID {
String^ get ();
}Property Value
Type:
String
Remarks
If the
State property is "Sent", returns the unique ID of the message.
Otherwise, returns -1.
See Also