MOVEitMessageInfoParentID Property |
The unique ID of the parent message of this message.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string ParentID { get; }
Public ReadOnly Property ParentID As String
Get
public:
property String^ ParentID {
String^ get ();
}
Property Value
Type:
StringRemarks
If the
State property is "Sent", returns the unique ID of the parent
message to the message, or 0 if the message does not have a parent.
Otherwise, returns -1.
See Also