ClientMessageBoxDelete Method |
Deletes an existing MOVEit Transfer mailbox with the given path.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool MessageBoxDelete(
string MOVEitMailbox
)
Public Function MessageBoxDelete (
MOVEitMailbox As String
) As Boolean
public:
bool MessageBoxDelete(
String^ MOVEitMailbox
)
Parameters
- MOVEitMailbox
- Type: SystemString
Path or ID of the mailbox on the MOVEit Transfer host to delete.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
See Also