Searches for a participant by its e-mail. Finds and returns the participant with the given e-mail. For example: // Find by email part1 = participant.findByEmail(email : "zzz@xx.com") display "This Participant was found for email " + part1.email + ": " + part1.id
| Name | Type | Description | Mode |
|---|---|---|---|
| String | in |