Click or drag to resize
ClientMessageSend Method
Sends a message to MOVEit Transfer.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool MessageSend(
	MOVEitMessageInfo Message
)

Parameters

Message
Type: MOVEit.DMZ.APIMOVEitMessageInfo
Object containing message information to be posted to the MOVEit Transfer host

Return Value

Type: Boolean
true if successful; otherwise, false.
Remarks
If the message is successfully posted, the Message argument will be changed to reflect the message now stored on the MOVEit Transfer server (local paths are replaced with MOVEit Transfer paths, etc).
See Also