Click or drag to resize
ClientMessageMove Method
Moves message to the specified MOVEit Transfer mailbox.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool MessageMove(
	string MessageID,
	string MOVEitMailbox
)

Parameters

MessageID
Type: SystemString
ID of the message to be moved.
MOVEitMailbox
Type: SystemString
Path or ID of the mailbox on the MOVEit Transfer host to move message to.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also