Click or drag to resize
ClientMessageBoxRename Method
Renames an existing 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 bool MessageBoxRename(
	string MOVEitMailbox,
	string NewName
)

Parameters

MOVEitMailbox
Type: SystemString
Path or ID of the mailbox on the MOVEit Transfer host to rename.
NewName
Type: SystemString
New name to apply to the mailbox.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also