Sends a message to MOVEit Transfer.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool MessageSend(
	MOVEitMessageInfo Message
)
Public Function MessageSend ( 
	Message As MOVEitMessageInfo
) As Boolean
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: 
Booleantrue 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