Moves message to the specified MOVEit Transfer mailbox.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool MessageMove(
	string MessageID,
	string MOVEitMailbox
)
Public Function MessageMove ( 
	MessageID As String,
	MOVEitMailbox As String
) As Boolean
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: 
Booleantrue if successful; otherwise, 
false.
See Also