Click or drag to resize
ClientMessageBoxAdd Method
Makes a new MOVEit Transfer mailbox with the given path.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public string MessageBoxAdd(
	string MOVEitMailbox
)

Parameters

MOVEitMailbox
Type: SystemString
Path of the mailbox to be added.

Return Value

Type: String
ID of the newly created folder if successful; otherwise, "0".
See Also