ClientMessageBoxAdd Method |
Makes a new 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 string MessageBoxAdd(
string MOVEitMailbox
)
Public Function MessageBoxAdd (
MOVEitMailbox As String
) As String
public:
String^ MessageBoxAdd(
String^ MOVEitMailbox
)
Parameters
- MOVEitMailbox
- Type: SystemString
Path of the mailbox to be added.
Return Value
Type:
StringID of the newly created folder if successful; otherwise, "0".
See Also