Click or drag to resize
MOVEitMessageInfoParentID Property
The unique ID of the parent message of this message.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public string ParentID { get; }

Property Value

Type: String
Remarks
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