Assert.assertEquals("leave a message in case the invitee(s) try to register.",
confirm.getLabel().toLowerCase());
confirm.setMemo("Sorry, wrong email address.");
Assert.assertEquals("Invitation successfully rescinded.", confirm.confirm());
// Now switch to guest.
getUtil().forceGuestUser();
String commonPart = "\nAdministrator left you this message when rescinding the invitation.\n"