Click or drag to resize
ClientMessageComposeNew Method (String)
Returns a new MOVEitMessageInfo object with a state of "Pending".

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public MOVEitMessageInfo MessageComposeNew(
	string Recipient
)

Parameters

Recipient
Type: SystemString
Username to add as a recipient to the new message.

Return Value

Type: MOVEitMessageInfo
New MOVEitMessageInfo object with status set to Pending.
Remarks
This object can be used to define a new secure message to be sent through the MOVEit Transfer system. The arguments are used to pre-fill their associated properties in the new MOVEitMessageInfo object.
See Also