Hi there,
I am trying to turn off email notification for collaborate invite,
but the invited person still receives email notification.
Below is the code I am using to do this:
BoxFolder testFolder = new BoxFolder(api, "FolderID");
testFolder.collaborate("Email Address", BoxCollaboration.Role.EDITOR, false, false);
Although I am setting the 3rd parameter ('notify') false,
the invited person still receives an email.
This seems like a glitch to me. Would you be able to fix this?
Thanks!
Hi there,
I am trying to turn off email notification for collaborate invite,
but the invited person still receives email notification.
Below is the code I am using to do this:
Although I am setting the 3rd parameter ('notify') false,
the invited person still receives an email.
This seems like a glitch to me. Would you be able to fix this?
Thanks!